Newer
Older
FairShipTools / updatedNuNtuples / replicateGeo.py
@Ubuntu Ubuntu on 2 Mar 2015 276 bytes signal and BG reco efficiency
import os

for i in xrange(682, 690):
    os.system("cp geofile_full.10.0.Genie-TGeant4_n681.root geofile_full.10.0.Genie-TGeant4_n%s.root"%i)
for i in xrange(692, 700):
    os.system("cp geofile_full.10.0.Genie-TGeant4_n691.root geofile_full.10.0.Genie-TGeant4_n%s.root"%i)