File tree Expand file tree Collapse file tree 4 files changed +0
-4
lines changed
RecoLocalMuon/GEMCSCSegment/test
Validation/EventGenerator/python Expand file tree Collapse file tree 4 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 1- from __future__ import print_function
21import FWCore .ParameterSet .Config as cms
32from PhysicsTools .NanoAOD .common_cff import *
43from PhysicsTools .NanoAOD .nano_eras_cff import *
Original file line number Diff line number Diff line change 33# https://cms-nanoaod-integration.web.cern.ch/integration/master-106X/mc106Xul18_doc.html#GenPart
44# https://github.com/cms-sw/cmssw/blob/master/PhysicsTools/NanoAOD/python/genparticles_cff.py
55# https://github.com/cms-sw/cmssw/blob/master/PhysicsTools/NanoAOD/plugins/LHETablesProducer.cc
6- from __future__ import print_function # for python3 compatibility
76from PhysicsTools .NanoAODTools .postprocessing .framework .postprocessor import PostProcessor
87from PhysicsTools .NanoAODTools .postprocessing .framework .eventloop import Module
98from PhysicsTools .NanoAODTools .postprocessing .framework .datamodel import Collection
Original file line number Diff line number Diff line change 11#!/usr/bin/env python3.9
2- from __future__ import annotations
32from dataclasses import dataclass
43from functools import cached_property
54from typing import Optional
Original file line number Diff line number Diff line change 1- from __future__ import print_function
21import FWCore .ParameterSet .Config as cms
32
43#function to switch to an external weight producer for an analyzer in the validation chain
You can’t perform that action at this time.
0 commit comments