Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:21:16

0001 
0002 # setup
0003 cp ~jbrooke/public/Summer15_25nsV6_DATA.db .
0004 
0005 # RAW
0006 echo 'RAW'
0007 echo 'cmsDriver.py l1Ntuple -s RAW2DIGI,L1Reco --customise=L1Trigger/L1TNtuples/customiseL1Ntuple.L1NtupleRAW --conditions=auto:run2_data --no_output -n 1 --data'
0008 cmsDriver.py l1Ntuple -s RAW2DIGI,L1Reco --customise=L1Trigger/L1TNtuples/customiseL1Ntuple.L1NtupleRAW --conditions=auto:run2_data --no_output -n 1 --data --filein=/store/data/Run2015D/DoubleEG/RAW/v1/000/260/627/00000/1A437A62-AD81-E511-AFED-02163E014414.root
0009 mv L1Ntuple.root L1Ntuple.RAW.root
0010 
0011 # RAW + EMU
0012 echo 'RAW+EMU'
0013 echo 'cmsDriver.py l1Ntuple -s RAW2DIGI,L1Reco --customise=L1Trigger/Configuration/customise_Stage2Calo.Stage2CaloFromRaw --customise=L1Trigger/L1TNtuples/customiseL1Ntuple.L1NtupleRAWEMU --conditions=auto:run2_data --no_output -n 1 --data'
0014 cmsDriver.py l1Ntuple -s RAW2DIGI,L1Reco --customise=L1Trigger/Configuration/customise_Stage2Calo.Stage2CaloFromRaw --customise=L1Trigger/L1TNtuples/customiseL1Ntuple.L1NtupleRAWEMU --conditions=auto:run2_data --no_output -n 1 --data --filein=/store/data/Run2015D/DoubleEG/RAW/v1/000/260/627/00000/1A437A62-AD81-E511-AFED-02163E014414.root
0015 mv L1Ntuple.root L1Ntuple.RAWEMU.root
0016 
0017 # AOD
0018 echo 'AOD'
0019 echo 'cmsDriver.py l1Ntuple -s NONE --customise=L1Trigger/L1TNtuples/customiseL1Ntuple.L1NtupleAOD --conditions=auto:run2_data --no_output -n 1 --data'
0020 cmsDriver.py l1Ntuple -s NONE --customise=L1Trigger/L1TNtuples/customiseL1Ntuple.L1NtupleAOD --conditions=auto:run2_data --no_output -n 1 --data --filein=/store/express/Run2015D/ExpressPhysics/FEVT/Express-v4/000/258/287/00000/0635BB66-876B-E511-8BB1-02163E013618.root
0021 mv L1Ntuple.root L1Ntuple.AOD.root
0022 
0023 # RAW + AOD
0024 echo 'RAW+AOD'
0025 echo 'cmsDriver.py l1Ntuple -s RAW2DIGI,L1Reco --customise=L1Trigger/L1TNtuples/customiseL1Ntuple.L1NtupleAODRAW --conditions=auto:run2_data --no_output -n 1 --data'
0026 cmsDriver.py l1Ntuple -s RAW2DIGI,L1Reco --customise=L1Trigger/L1TNtuples/customiseL1Ntuple.L1NtupleAODRAW --conditions=auto:run2_data --no_output -n 1 --data --filein=/store/express/Run2015D/ExpressPhysics/FEVT/Express-v4/000/258/287/00000/0635BB66-876B-E511-8BB1-02163E013618.root
0027 mv L1Ntuple.root L1Ntuple.AODRAW.root
0028 
0029 # RAW + AOD + EMU
0030 echo 'RAW+EMU+AOD'
0031 echo 'cmsDriver.py l1Ntuple -s RAW2DIGI,L1Reco --customise=L1Trigger/Configuration/customise_Stage2Calo.Stage2CaloFromRaw --customise=L1Trigger/L1TNtuples/customiseL1Ntuple.L1NtupleAODRAWEMU --conditions=auto:run2_data --no_output -n 1 --data'
0032 cmsDriver.py l1Ntuple -s RAW2DIGI,L1Reco --customise=L1Trigger/Configuration/customise_Stage2Calo.Stage2CaloFromRaw --customise=L1Trigger/L1TNtuples/customiseL1Ntuple.L1NtupleAODRAWEMU --conditions=auto:run2_data --no_output -n 1 --data --filein=/store/express/Run2015D/ExpressPhysics/FEVT/Express-v4/000/258/287/00000/0635BB66-876B-E511-8BB1-02163E013618.root
0033 mv L1Ntuple.root L1Ntuple.AODRAWEMU.root