ls -ltr
std::cout << "This is a test" << std::endl;
This is a test
ssh -Y USERNAME@gridui1.infn.it or USERNAME@gridui2.infn.it .........
Pippo installation $0
cmsRun .......The code is structured in a modular way to select candidates and the objects which are useful for the final selection. BaseTupleProducer.
./runx.sh FlatTreeProducer_mutau Analysis/dataset-das/ggH_hh_bbtautau_300.txt data/ggH_300_flat.root Analysis/config/signal-das.cfg /data/shared/Long_Exercise_X_hh_bbtautau/ @0 ./runx.sh FlatTreeProducer_mutau Analysis/dataset-das/TTJets_FullLeptMGDecays.txt data/ttbar_flat.root Analysis/config/background-das.cfg /data/shared/Long_Exercise_X_hh_bbtautau/ @0 ./runx.sh FlatTreeProducer_mutau Analysis/dataset-das/TauPlusX_Run2012A_22Jan2013_v1.txt data/TauPlusX_flat.root Analysis/config/data.cfg /data/shared/Long_Exercise_X_hh_bbtautau/ @0runx.sh is the script to run all of the analysis interactively. It passes command line arguments to the main class constructor. The following arguments should be provided for FlatTreeProducer_mutau constructor
man screento know which are the commands to be used. Then execute in your working folder (up to CMSSW_5_3_20/src/HHbbTauTau/)
screen source ~/logincmsdas.sh cmsenv . env.sh ./runx.sh FlatTreeProducer_mutau Analysis/dataset-das/ggH_hh_bbtautau_300.txt data/ggH_300_flat.root Analysis/config/signal-das.cfg /data/shared/Long_Exercise_X_hh_bbtautau/ @0To detach the screen do ctrl-a-d and to recover it do screen -r.