Newer
Older
FairShipTools / updatedNuNtuples / replicateGeo.py
@Ubuntu Ubuntu on 2 Mar 2015 276 bytes signal and BG reco efficiency
  1. import os
  2.  
  3. for i in xrange(682, 690):
  4. os.system("cp geofile_full.10.0.Genie-TGeant4_n681.root geofile_full.10.0.Genie-TGeant4_n%s.root"%i)
  5. for i in xrange(692, 700):
  6. os.system("cp geofile_full.10.0.Genie-TGeant4_n691.root geofile_full.10.0.Genie-TGeant4_n%s.root"%i)
  7.