1 / 15

Muons in FAMOS

Muons in FAMOS. Dimitri Bourilkov University of Florida LPC Meeting, January 25, 2005, FNAL. Running FAMOS 1_1_0 (I). Straightforward, like any SCRAM project: e.g. @ UF using our afs client [bourilkov@archer 01]$ source ~/raid2/cmsanal/remote_cms_cshrc [bourilkov@archer 01]$ klog bouril

nixie
Download Presentation

Muons in FAMOS

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Muons in FAMOS Dimitri Bourilkov University of Florida LPC Meeting, January 25, 2005, FNAL

  2. Running FAMOS 1_1_0 (I) Straightforward, like any SCRAM project: e.g. @ UF using our afs client [bourilkov@archer 01]$ source ~/raid2/cmsanal/remote_cms_cshrc [bourilkov@archer 01]$ klog bouril Password: [bourilkov@archer 01]$ project FAMOS [bourilkov@archer 01]$ scram project FAMOS FAMOS_1_1_0 Getting release area.... Checking SCRAM version.... Creating satellite area.... Creating directories.... Installation procedure complete. Installation Located at: /home/bourilkov/famos/01/FAMOS_1_1_0 Muons in FAMOS

  3. Running FAMOS 1_1_0 (II) bourilkov@archer 01]$ cd FAMOS_1_1_0/src [bourilkov@archer FAMOS_1_1_0]$ echo $CVSROOT :kserver:cmscvs.cern.ch:/cvs_server/repositories/FAMOS [bourilkov@archer FAMOS_1_1_0]$ cmscvsroot FAMOS [bourilkov@archer FAMOS_1_1_0]$ echo $CVSROOT :pserver:anonymous@cmscvs.cern.ch:/cvs_server/repositories/FAMOS Do cvs login once (stored in ~/.cvspass) [bourilkov@archer FAMOS_1_1_0]$ cvs co -r "FAMOS_1_1_0" Examples Muons in FAMOS

  4. Running FAMOS 1_1_0 (III) [bourilkov@archer FAMOS_1_1_0]$ ll Examples/ total 4 drwxr-xr-x 13 bourilko cms 4096 Jan 24 16:19 . drwxrwxr-x 8 bourilko cms 78 Jan 24 16:19 .. drwxr-xr-x 3 bourilko cms 47 Jan 24 16:19 .admin drwxr-xr-x 2 bourilko cms 58 Jan 24 16:19 CVS drwxr-xr-x 7 bourilko cms 66 Jan 24 16:19 ExEgamma drwxr-xr-x 6 bourilko cms 50 Jan 24 16:19 ExElMatching drwxr-xr-x 6 bourilko cms 50 Jan 24 16:19 ExFTSim drwxr-xr-x 6 bourilko cms 50 Jan 24 16:19 ExFastBtag drwxr-xr-x 8 bourilko cms 76 Jan 24 16:19 ExFastMuon drwxr-xr-x 8 bourilko cms 90 Jan 24 16:19 ExJets drwxr-xr-x 8 bourilko cms 76 Jan 24 16:19 ExTotem drwxr-xr-x 5 bourilko cms 39 Jan 24 16:19 Workspace drwxr-xr-x 5 bourilko cms 39 Jan 24 16:19 domain Muons in FAMOS

  5. Running FAMOS 1_1_0 (IV) [bourilkov@archer FAMOS_1_1_0]$ cd Examples/ExFastMuon/test [bourilkov@archer test]$ ll total 24 drwxr-xr-x 3 bourilko cms 109 Jan 24 16:19 . drwxr-xr-x 8 bourilko cms 76 Jan 24 16:19 .. -rw-r--r-- 1 bourilko cms 2160 Nov 12 10:56 .orcarc -rw-r--r-- 1 bourilko cms 924 Nov 3 10:17 BuildFile drwxr-xr-x 2 bourilko cms 58 Jan 24 16:19 CVS -rw-r--r-- 1 bourilko cms 2940 Nov 12 10:56 ExFastMuonInfo.cpp -rw-r--r-- 1 bourilko cms 5020 Nov 12 10:56 ExFastMuonRoot.cpp -rw-r--r-- 1 bourilko cms 603 Jul 2 2004 README [bourilkov@archer test]$ eval `scram runtime -csh` [bourilkov@archer test]$ scram b ... [bourilkov@archer test]$ rehash [bourilkov@archer test]$ which ExFastMuonInfo /home/bourilkov/famos/01/FAMOS_1_1_0/bin/Linux__2.4/ExFastMuonInfo Muons in FAMOS

  6. Running FAMOS 1_1_0 (V) [bourilkov@archer test]$ diff .orcarc .orcarc.orig CMKIN or PYTHIA 7c7 < MaxEvents = 1000 --- > MaxEvents = 20 31,32c31,32 < CMKIN:File=/home/bourilkov/cmkin/CMKIN_4_0_0/examples/make_ntpl_jobs/zprime500mumuLHA/zprime500mumuLHA.ntpl < InputCollections=/Fake/fake/fake/fake --- > #CMKIN:File=/afs/cern.ch/cms/oo/reconstruction/datafiles/ntuple/h300eemm.ntpl > #InputCollections=/Fake/fake/fake/fake 41c41 < #InputCollections=/Fake/fake/fake/fake --- > InputCollections=/Fake/fake/fake/fake 46,47c46 Muons in FAMOS

  7. < CMKIN < # PYTHIA --- > PYTHIA 51a51,56 > # Kinematic cuts for track selection > Kine:Cuts = -3.5 3.5 > 0. 360. > 0.200 9999. > 0.100 9999. > 54a60,79 > > # Pythia's Random generator initialization > # (automatically random if commented) > Pydatr:mrpy = 123456789 > > # User's defined processes > Pysubs:msel = 0 > > # Define the process : gg -> ZZ > Pysubs:msub = 22 > > # Set the Zmass > Pydat2:pmas1 = 23 91.188 > > # Switch off all Z decay channels > Pydat3:mdme0 = 174 187 > > # Switch on Z -> mu+mu- > Pydat3:mdme1 = 184 1 > # Running FAMOS 1_1_0 (VI) Muons in FAMOS

  8. Running FAMOS 1_1_0 (VII) Run and produce ROOT trees (runs fast!) CMKIN ExFastMuonRoot | tee zprime500mumuLHA-famos.out mv fastmuons.root zprime500mumuLHA-famos.root ========== PYTHIA ExFastMuonRoot -c .orcarc.orig | tee ggZZ-famos.out mv fastmuons.root ggZZ-famos.root Muons in FAMOS

  9. The Muon ROOT Tree Muons in FAMOS

  10. Simulation/Reconstruction @ UF • Four samples of Z’ -> μ+μ- with masses 0.5, 1.0, 1.5, 2.0 TeV generated at UF to study TeV muons and the mass resolution • CMKIN_4_0_0, OSCAR_3_6_1, ORCA_8_6_0 used to produce digis; filter after CMKIN to retain only muons and Final State Radiation  • Root trees produced from digis with Global Muon Reconstructor; set of C++ modules developed to analyze them • The full chain generator -> plots and results is operational • Using FAMOS_1_1_0 Muons in FAMOS

  11. Efficiency for Z’ (i.e. two muons) Muons in FAMOS

  12. Fit for the FAMOS Mass Resolution Strange tails ?! (from December 04 talk) Muons in FAMOS

  13. FAMOS Mass Resolution (Bug fixed) Muons in FAMOS

  14. Mass Resolution as Function of Mass Muons in FAMOS

  15. Outlook • FAMOS is running and starting to be useful for muons of all energies • Need a standard ROOT tree for easier sharing/reuse of analyses and code • TeV muons are a challenge – working on a specialized parametrization for FAMOS in addition to the standard one (the efficiency is a problem) Concentrate on systematic effects e.g. muon simulation and reconstruction for different parts of the detector Muons in FAMOS

More Related