Line Code
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
import FWCore.ParameterSet.Config as cms

input_files = cms.untracked.vstring(
    "root://eostotem.cern.ch//eos/cms/store/group/phys_pps/reconstruction/2018/physics_runs/alignment-version4/fill7334_xangle130_beta0.30_Charmonium.root",
    "root://eostotem.cern.ch//eos/cms/store/group/phys_pps/reconstruction/2018/physics_runs/alignment-version4/fill7334_xangle130_beta0.30_Commissioning.root",
    "root://eostotem.cern.ch//eos/cms/store/group/phys_pps/reconstruction/2018/physics_runs/alignment-version4/fill7334_xangle130_beta0.30_DoubleMuon.root",
    "root://eostotem.cern.ch//eos/cms/store/group/phys_pps/reconstruction/2018/physics_runs/alignment-version4/fill7334_xangle130_beta0.30_DoubleMuonLowMass.root",
    "root://eostotem.cern.ch//eos/cms/store/group/phys_pps/reconstruction/2018/physics_runs/alignment-version4/fill7334_xangle130_beta0.30_EGamma.root",
    "root://eostotem.cern.ch//eos/cms/store/group/phys_pps/reconstruction/2018/physics_runs/alignment-version4/fill7334_xangle130_beta0.30_JetHT.root",
    "root://eostotem.cern.ch//eos/cms/store/group/phys_pps/reconstruction/2018/physics_runs/alignment-version4/fill7334_xangle130_beta0.30_MET.root",
    "root://eostotem.cern.ch//eos/cms/store/group/phys_pps/reconstruction/2018/physics_runs/alignment-version4/fill7334_xangle130_beta0.30_MuOnia.root",
    "root://eostotem.cern.ch//eos/cms/store/group/phys_pps/reconstruction/2018/physics_runs/alignment-version4/fill7334_xangle130_beta0.30_MuonEG.root",
    "root://eostotem.cern.ch//eos/cms/store/group/phys_pps/reconstruction/2018/physics_runs/alignment-version4/fill7334_xangle130_beta0.30_SingleMuon.root",
    "root://eostotem.cern.ch//eos/cms/store/group/phys_pps/reconstruction/2018/physics_runs/alignment-version4/fill7334_xangle130_beta0.30_Tau.root",
    "root://eostotem.cern.ch//eos/cms/store/group/phys_pps/reconstruction/2018/physics_runs/alignment-version4/fill7334_xangle130_beta0.30_ZeroBias.root",
)