TFile* file = new TFile("FourtopsPreSelectionCycle.DATA.DATA.root","READ"); TTree* mytree = (TTree*)(file -> Get("AnalysisTree")); mytree->Draw("goodOfflinePrimaryVertices.m_nTracks");
TCanvas *c1 = new TCanvas("c1","hists with different scales",600,400); TFile* f1 = new TFile("FourtopsPreSelectionCycle.DATA.DATA.root","READ"); TTree* t1 = (TTree*)(f1 -> Get("AnalysisTree")); TFile* f2 = new TFile("FourtopsPreSelectionCycle.MC.TTTT.root","READ"); TTree* t2 = (TTree*)(f2 -> Get("AnalysisTree")); t1->Draw("goodOfflinePrimaryVertices.m_nTracks>>h1"); t2->Draw("goodOfflinePrimaryVertices.m_nTracks>>h2"); TH1F *h1 = (TH1F*)gDirectory->Get("h1"); TH1F *h2 = (TH1F*)gDirectory->Get("h2"); TH1F *h3 = (TH1F*)gDirectory->Get("h1"); h1->SetLineColor(kRed); h3->Add(h2); h3->Draw(); h1->Draw(); c1->Update(); h2->Draw("same");
RunMode="PROOF" ProofServer="lite://" ProofWorkDir="__CONDOR__" RunMode="PROOF" ProofServer="lite" ProofWorkDir=""
#! /bin/csh # # Modify SFrame config cd ${_CONDOR_SCRATCH_DIR} cp -r /uscms_data/d3/pjacome/_TEST2/CMSSW_5_3_3/src/SFrame/FITAnalysis/config . cp config/FourtopsSelectionCycleMuons_config.xml ./temp.xml sed -i s:__CONDOR__:${_CONDOR_SCRATCH_DIR}:g temp.xml cp temp.xml config/. cd config # Source version of CMSSW associated to SFRAME source /uscmst1/prod/sw/cms/cshrc uaf cd /uscms_data/d3/pjacome/_TEST2/CMSSW_5_3_3/src eval `scramv1 runtime -csh` # Setting SFrame cd /uscms_data/d3/pjacome/_TEST2/CMSSW_5_3_3/src/SFrame source fullsetupSFrame.csh # Run the sframe job cd ${_CONDOR_SCRATCH_DIR}/config sframe_main temp.xml cd ${_CONDOR_SCRATCH_DIR} rm -rf config
universe = vanilla Executable = sframe_condor_exe.csh Requirements = Memory >= 199 &&OpSys == "LINUX"&& Machine == "cmswn1019.fnal.gov" REQUEST_CPUS = 8 +BigMemoryJob = TRUE Output = sframe_$(Cluster)_$(Process).stdout Error = sframe_$(Cluster)_$(Process).stderr Log = sframe_$(Cluster)_$(Process).log notify_user = ${LOGNAME}@FNAL.GOV Arguments = Queue 1
condor_submit sframe_condor_proof_cfg.txt
condor_q -bet <JOB_ID>
condor_rm <JOB_ID>
Requirements = Memory >= 199 && OpSys == "LINUX"&& (Arch != "DUMMY" )&& Disk > 1000000
AnalysisTree->Scan("event")
python plotHistos.py -i /eos/uscms/store/user/yumiceva/fourtops/sframePreselection/FourtopsPreSelectionCycle.MC.TTTT.root -o output.root -p 6
cp /uscms/home/yumiceva/work/sframe/CMSSW_5_3_3/src/SFrame/FITAnalysis/src/FourtopsSelectionCycle.cxx* ./src cp /uscms/home/yumiceva/work/sframe/CMSSW_5_3_3/src/SFrame/FITAnalysis/include/FourtopsSelectionCycle.h* ./include cp /uscms/home/yumiceva/work/sframe/CMSSW_5_3_3/src/SFrame/FITAnalysis/config/FourtopsSelectionCycleMuons_config.xml* ./config make
nano include/FITAnalysis_LinkDef.h #### ADD #pragma link C++ class FourtopsSelectionCycle+; rm src/FITAnalysis_Dict.* rm obj/* rm obj/dep/*
cp /uscms/home/yumiceva/work/sframe/CMSSW_5_3_3/src/SFrame/ZprimeAnalysis2012/PileUpHistos/PileUpHistoCycle.DATA.ElectronHad_208686.root ./PileUpHistos/ cp /uscms/home/yumiceva/work/sframe/CMSSW_5_3_3/src/SFrame/ZprimeAnalysis2012/LumiFiles/HLT_Ele30_CaloIdVT_TrkIdT_PFNoPUJet100_PFNoPUJet25_208686.root ./LumiFiles/ cp -r /uscms/home/yumiceva/work/sframe/CMSSW_5_3_3/src/SFrame/ZprimeAnalysis2012/JECFiles/ ./
setenv SCRAM_ARCH slc5_amd64_gcc462 scram project CMSSW CMSSW_5_3_3 cd CMSSW_5_3_3/src cmsenv git clone https://github.com/UHHAnalysis/NtupleWriter UHHAnalysis/NtupleWriter cvs co -d EGamma/EGammaAnalysisTools -r V00-00-31 UserCode/EGamma/EGammaAnalysisTools scram b -j 8 svn co https://sframe.svn.sourceforge.net/svnroot/sframe/SFrame/tags/SFrame-03-06-11 SFrame cd SFrame source setup.csh cp ~/fullsetup_SFRAME_from_B2GZ.csh ./ source fullsetup_SFRAME_from_B2GZ.csh sed -i 's/-lpcre//g' core/Makefile make git clone https://github.com/UHHAnalysis/NtupleWriter.git NtupleWriter git clone https://github.com/UHHAnalysis/SFrameTools.git SFrameTools git clone https://github.com/UHHAnalysis/SFrameAnalysis.git SFrameAnalysis cd NtupleWriter /bin/sh ./configure.sh make cd .. cp NtupleWriter/include/*.h SFrameTools/include/ cd SFrameAnalysis/include wget --no-check-certificate https://raw.github.com/UHHAnalysis/SFrameAnalysis/v1-00/include/ExampleHists.h cd .. cd src wget --no-check-certificate https://raw.github.com/UHHAnalysis/SFrameAnalysis/v1-00/src/ExampleHists.cxx cd ../.. cd SFrameTools/include wget --no-check-certificate https://raw.github.com/UHHAnalysis/SFrameTools/v1-00/include/ObjectHandler.h cd .. cd src wget --no-check-certificate https://raw.github.com/UHHAnalysis/SFrameTools/v1-00/src/ObjectHandler.cxx wget --no-check-certificate https://raw.github.com/UHHAnalysis/SFrameTools/v1-00/src/QjetsPlugin.cxx cd .. make cd JetMETObjects make cd ../../SFrameAnalysis make git clone git://github.com/yumiceva/FITAnalysis.git cd FITAnalysis nano src/FourtopsPreSelectionCycle.cxx comment: if(bcc->electrons) cleaner.ElectronCleaner(35,2.5,0.1,m_reversed_electron_selection,m_reversed_electron_selection); // min pt, eta, iso, and ID) THE PROBLEM IS BECAUSE : m_reversed_electron_selection make
kserver_init svn co https://sframe.svn.sourceforge.net/svnroot/sframe/SFrame/tags/SFrame-03-06-11 SFrame cd SFrame echo "#\!/bin/csh" > fullsetupSFrame.csh echo "setenv FASTJETDIR /uscms_data/d3/pjacome/fastjet/3.0.2-install/lib" >> fullsetupSFrame.csh echo "source setup.csh" >> fullsetupSFrame.csh echo setenv LD_LIBRARY_PATH \$\{FASTJETDIR\}:\$\{SFRAME_DIR\}/SFrameTools/JetMETObjects/lib:\$\{LD_LIBRARY_PATH\} >> fullsetupSFrame.csh source fullsetupSFrame.csh sed -i 's/-lpcre//g' core/Makefile make cvs co -d SFrameAnalysis -r Feb-15-2013-v1 UserCode/UHHAnalysis/SFrameAnalysis cvs co -d SFrameTools -r Feb-15-2013-v1 UserCode/UHHAnalysis/SFrameTools cd SFrameTools/include cvs co -d Objects -r Feb-15-2013-v1 UserCode/UHHAnalysis/NtupleWriter/Objects cvs co -d HEAD UserCode/UHHAnalysis/SFrameTools/include/ cp ./HEAD/BaseHists.h ./ cd .. make cd JetMETObjects make cd ../../SFrameAnalysis make cd .. git clone git://github.com/yumiceva/FITAnalysis.git cd FITAnalysis make
20:03:15 8637 Wrk-0.17 | Error in <TFile::TFile>: file /query-result.root does not exist 20:03:15 8637 Wrk-0.17 | Info in <TProofServLite::HandleArchive>: file cannot be open (/query-result.root) 20:03:15 8572 Wrk-0.10 | Error in <TFile::TFile>: file /query-result.root does not exist 20:03:15 8572 Wrk-0.10 | Info in <TProofServLite::HandleArchive>: file cannot be open (/query-result.root)
_file0->GetListOfKeys()->Print(); TH1F *h = (TH1F*)_file0->Get("h1test"); h->Draw();
TopMuonEvent max_pt_muon; max_pt_muon.pt = 0.; for ( size_t imu=0; imu < total_muons; ++imu) { TopMuonEvent muon = muons[imu]; if ( muon.pt > max_pt_muon.pt){ max_pt_muon.pt = muon.pt; } } h1test->Fill( max_pt_muon.pt );
Source | X Sec. SM, 14TeV p p > t t- t t- | X Sec. GH 700, 14TeV, pp->GH GH-> t t- t t- | X Sec. GH 700, 14TeV, pp->GH GH | X Sec. GH 700, 14TeV, pp->GH GH -> b b- b b- | Reference |
MadGraph | 0.00779 pb | 0.00337 pb | 0.413 pb | problems | |
Paper: Massive color-octet .. | - | - | 0.4 pb | 0.02 pb | http://arxiv.org/pdf/0709.2378v3.pdf |
Paper: Top compositeness .. | 0.0036 pb | - | - | - | http://arxiv.org/pdf/0712.3057v1.pdf |
![]() | ![]() | ![]() | Source | |
8 Tev | 100 mb | 28 mb | 72 mb | http://arxiv.org/pdf/1105.4916v3.pdf |
8 Tev | 101.7 mb | 27.1 mb | 74.7 mb | http://arxiv.org/pdf/1303.2927v2.pdf |
Xsec/Model using MadGraph5 | Standard Model | Heavy scalar octects mGH=700GeV |
![]() | 7.133E-4 [pb] | 2.32E-4 [pb] |
CMS Total | 21.79 fb-1 * 101.7 mb | = 2.21E15 events |
SM expected | 21.79 fb-1 * 0.7133 fb | = 15.54 events |
Heavy scalar bosons expected | 21.79 fb-1 * 2.32E-4 pb | = 5.05 events |
cvs co UserCode/Yumiceva/Scripts python GenParticleAnalyzer.py -i Hadronizer_TuneZ2star_8TeV_generic_LHE_pythia_tauola_cff_py_GEN_FASTSIM_HLT_PU.root
Begin processing the 1st record. Run 1, Event 1, LumiSection 1 at 18-Apr-2013 09:36:03.058 CDT ----- Begin Fatal Exception 18-Apr-2013 09:36:03 CDT----------------------- An exception of category 'ProductNotFound' occurred while [0] Processing run: 1 lumi: 1 event: 1 [1] Running path 'p0' [2] Calling event method for module HBHENoiseFilter/'HBHENoiseFilter' Exception Message: could not find HcalNoiseSummary. Additional Info: [a] If you wish to continue processing events after a ProductNotFound exception, add "SkipEvent = cms.untracked.vstring('ProductNotFound')" to the "options" PSet in the configuration. ----- End Fatal Exception -------------------------------------------------
process.options = cms.untracked.PSet( SkipEvent = cms.untracked.vstring('ProductNotFound') )
kserver_init addpkg DataFormats/METReco scram b
## The iso-based HBHE noise filter ___________________________________________|| #process.load('CommonTools.RecoAlgos.HBHENoiseFilter_cfi') ## The CSC beam halo tight filter ____________________________________________|| #process.load('RecoMET.METAnalyzers.CSCHaloFilter_cfi') ################################################################################################ process.filtersSeq = cms.Sequence( process.primaryVertexFilter * process.noscraping * # process.HBHENoiseFilter * # process.CSCTightHaloFilter * process.hcalLaserEventFilter * process.EcalDeadCellTriggerPrimitiveFilter * process.goodVertices * process.trackingFailureFilter * process.eeBadScFilter ) ################################################################################################## #if options.runOnFastSim: # process.patseq.remove( process.HBHENoiseFilter ) # process.patseq.remove( process.CSCTightHaloFilter )
if inputType=="MC": process.source = cms.Source("PoolSource", fileNames = cms.untracked.vstring( 'file:/uscms_data/d3/pjacome/exercises/ntuple_exoticaWptb/CMSSW_4_2_4/src/tlbsm_53x_v2_mc.root' ))
02-May-2013 11:33:19 CDT Initiating request to open file file:/uscms_data/d3/pjacome/exercises/ntuple_exoticaWptb/CMSSW_4_2_4/src/tlbsm_53x_v2_mc.root 02-May-2013 11:33:20 CDT Successfully opened file file:/uscms_data/d3/pjacome/exercises/ntuple_exoticaWptb/CMSSW_4_2_4/src/tlbsm_53x_v2_mc.root 02-May-2013 11:33:20 CDT Closed file file:/uscms_data/d3/pjacome/exercises/ntuple_exoticaWptb/CMSSW_4_2_4/src/tlbsm_53x_v2_mc.root %MSG-s CMSException: AfterSourceConstruction 02-May-2013 11:33:20 CDT pre-events cms::Exception caught in cmsRun ---- FatalRootError BEGIN Error occured while constructing primary input source. Source is of type "PoolSource" ---- FatalRootError BEGIN Fatal Root Error: @SUB=TStreamerInfo::Compile Counter fNClusterRange should not be skipped from class TTree Error occurred while creating source PoolSource ---- FatalRootError END ---- FatalRootError END %MSG
(Section 5) ... If the coefficient cs is flavor independent, GH decays predominantly into bb~ or tt~ for masses above 350 GeV. However, it is possible that cs is nonzero only for down-type quarks, so that even above the tt~ threshold the dominant decay is into b b~ ...
(Section 6) ... and a 100% branching fraction of GH to b b~(next-to-leading order corrections, which may be sizable, are not included). The production cross section is huge, more than 20 times that for a quark of equal mass, allowing for early discovery. ...
I | Attachment![]() |
History | Action | Size | Date | Who | Comment |
---|---|---|---|---|---|---|---|
![]() |
example_ntuples_analysis.png | r1 | manage | 9.4 K | 2013-06-14 - 16:58 | PabloJacome | |
![]() |
lead_muon_ntuples_analysis.png | r1 | manage | 9.4 K | 2013-06-14 - 17:46 | PabloJacome | |
![]() |
leading_muon.png | r1 | manage | 9.1 K | 2013-06-14 - 17:50 | PabloJacome | |
![]() |
SM-four-top_fig1.png | r1 | manage | 355.8 K | 2013-05-14 - 17:32 | PabloJacome | |
![]() |
SM-four-top_fig2.png | r1 | manage | 454.3 K | 2013-05-14 - 17:32 | PabloJacome |