Collecting information on Physics and Software

D0, CDF, LEP references

D0

http://www-d0.fnal.gov/Run2Physics/WWW/results/np.htm

  • Search for charged massive stable particles pdf
  • Search for Squarks and Gluinos in Events with Jets and Missing Transverse Evergy pdf
  • Search for squark and gluinos in events with jets and missing transverse energy using 2.1 fb-1 of pp(bar) collision data at sqrt(s)=1.96 TeV: FERMILAB-PUB-07/668-E pdf
  • Search for Squarks and Gluinos in Events with Jets and Missing Transverse Evergy..., Figures, 310 pb-1, hep-ex/0604029, Plain English Summary, FERMILAB-PUB-06/077-E, PLB 638, 119-127 (2006)

http://www-d0.fnal.gov/results/publications_talks/thesis/NP.html

  • Recherche du squark bottom désintégrant en cascade dans l'expérience D0 auprès du Tevatron: Stéphanie Baffioni ps
  • Search for Charged Massive Stable Particles: Michael Eads pdf
  • The Search for Di-Lepton Signatures from Squarks and Gluinos in ppbar collisions at sqrt(s)=1.8 TeV: Rich Genik ps (2 sided)
  • Search for Squarks and Gluinos with the DØ Detector: Mark Goforth ps
  • A Search for Squarks and Gluinos in ppbar Collisions at sqrt(s)=1.8 TeV with the DØ Detector: Marc Paterno src

CDF

http://www-cdf.fnal.gov/physics/preprints/index.html

  • Search for Gluinos and Squarks Using Like-Sign Dileptons in p anti-p Collisions at s**(1/2) = 1.8 TeV: T. Affolder et al., The CDF Collaboration, Phys. Rev. Lett. 87, 251803 (2001).
  • Search for Gluinos and Squarks at the Fermilab Tevatron Collider: F. Abe et al., The CDF Collaboration, Phys. Rev. D, Rapid Communications, 56, R1357 (1997).
  • Search for squarks and gluinos via radiative decays of neutralinos in proton-antiproton collisions at s**(1/2) = 1.8 TeV: F. Abe et al., The CDF Collaboration, Phys. Rev. Lett. 76, 2006 (1996).
  • Search for Gluinos and Squarks Using Like-Sign Dileptons in p anti-p Collisions at s**(1/2) = 1.8 TeV: The CDF Collaboration, Phys. Rev. Lett. b>75, 613 (1995).
  • Search for squarks and gluinos from p anti-p collisions at s**(1/2) = 1.8 TeV: F. Abe et al., The CDF Collaboration, Phys. Rev. Lett. 69, 3439 (1992).
  • Search for Gluinos and Squarks Using Like-Sign Dileptons in p anti-p Collisions at s**(1/2) = 1.8 TeV: T. Affolder et al., The CDF Collaboration, Phys. Rev. Lett. 87, 251803 (2001).

CHAMPs:

  • Search for Long-lived Charged Massive Particles in p anti-p Collisions at s**(1/2) = 1.8 TeV D. Acosta et al., The CDF Collaboration, Phys. Rev. Lett. 90, 131801 (2003).
  • Limits on the production of massive stable charged particles F. Abe et al., The CDF Collaboration, Phys. Rev. D 46, 1889 (1992).

http://www-cdf.fnal.gov/grads/thesis_complete.html

  • Search for Gluino and Squark Production in Multi-Jets plus Missing Transverse Energy Final States at the Tevatron using the CDF Detector. author: Xavier Portell pdf

LEP

http://lepsusy.web.cern.ch/lepsusy/

  • Stable Heavy Charged Particles
  • Search for Stable and Long-Lived Massive Charged Particles in $e^+e^-$ Collisions at $\sqrt{s}$=130-209 GeV CERN-OPAL-PN-497 ; OPAL-PN-497. - 2002. pdf
  • Search for Stable and Long-lived Massive Charged Particles in $e^+e^-$ Collisions at $\sqrt{s}$=130-189 GeV CERN-OPAL-PN-395 ; OPAL-PN-395. - 1999. pdf

LHC: ATLAS, CMS

Monte Carlo simulation

CMSSW

Castor commands:

  • rfdir: list the directory content

rfdir /castor/cern.ch/cms
...
drwxrwxr-x  41 cmsprod  zh                          0 Jan 31  2006 simulation
drwxrwxr-x  46 cmsprod  zh                          0 Aug 03 16:44 store
drwxrwxrwx   3 cmsprod  zh                          0 Jul 24  2006 t0test
...

  • rfcp: remote file copy
rfcp /castor/cern.ch/cms/store/-----.root .

  • check if file is staged:

<lxplus213> stager_qry -M /castor/cern.ch/cms/store/data/BeamCommissioning08/Cosmics/RECO/v1/000/062/815/0041569E-DF83-DD11-9BA8-001617C3B6E8.root
Received 1 responses
/castor/cern.ch/cms/store/data/BeamCommissioning08/Cosmics/RECO/v1/000/062/815/0041569E-DF83-DD11-9BA8-001617C3B6E8.root 265344528@castorns STAGED
<lxplus213>                                                       

  • stager_get: get file staged

RPCTriggerFilter

Looking into the RPCTriggerFilter code (inside DQMOffline/Muon)

  • From data, the filter creates the following table:

  isRPC() isFwd()
rpcFwdFlag 1 1
rpcBarFlag 1 0
cscFlag 0 1
dtFlag 0 0

  • Those flags are then used with some user input variables to evaluate the final decision:

User Input - Filter Condition Label (in cfg)
rpcOnly_ RPCBarrelTrigger
rpcBarOnly_ RPCEndcapTrigger
rpcFwdOnly_ RPCTrigger
dtOnly_ DTTrigger
cscOnly_ CSCTrigger
rpcAndDt_ RPCAndDT
rpcAndCsc_ RPCAndCSC
dtAndCsc_ DTAndCSC
rpcAndDtAndCsc_ RPCAndDTAndCSC

  • Running over /Cosmics/Commissioning08_CRUZET4_V4P_multiCosmicMuon_v1/RECO block id 6ec52b91-f551-4dc2-8ee3-87c99db3f3bb

  • /Cosmics/BeamCommissioning08-PromptReco-v1/RECO ( contians 220 file(s) with run 62815 ) --- runs quite stable in memory usage (for 40000)

RBC Technical Trigger Emulator

Images

RPC-FEB-LinkBoard.png

Logic Implementation

  • The way logic is implemented in the code is via an Object Factory: LogicFactory and handled from the main process using a LogicTool

  • Logics derive from 2 interfaces: RBCLogic and TTULogic: RBCLogic describing the RBC boards logic and TTULogic describing the TTU logic.

  • Once you have an implementation of this type of logic, you have to introduce it in the factory (this procedure is not pretty at the moment):

    • declare and implement a createYourLogic( ) function in "LogicImp.h" and "LogicImp.cc" files. This function returns a new object of your logic type.

    • Now open the Tool "LogicTool.h" and introduce your logic in the factory container and give it a key to access it. That should be all! You should be able to create your tool and initialize it with the selected logic.

Input mapping to RBC board:

Associated Chamber Input
RB1INF OR0[3]
RB1OUTF OR0[4]
RB22F OR0[5]
RB23F OR0[8]
RB23M OR0[7]
RB3F OR0[11]
RB4F OR0[12] or OR0[14]
RB1INB OR0[0]
RB1OUTB OR0[1]
RB22B OR0[2]
RB23B OR0[6]
RB3B OR0[9]
RB4B OR0[10] or OR0[13]

Simulation of Cosmic muons

  • In CMSSW 2_1_9: Interface to cosmic muon generator: GeneratorInterface CosmicMuonGenerator
  • Simulation done using the 2_1_10: follow instructions found in here

Latest progress

  • RPCTechTrigg emulation - class collaboration:
    classRPCTechnicalTrigger__coll__graph.png

  • Summary:
    • Integration into CMSSW almost completed
    • At the moment everything is driven by a single Analyzer called RPCTechnicalTrigger
    • Two main objects hold the main structure: RBCEmulator and RPCTTU (better name? TTUEmulator?)
    • At the moment, the tests can be done from reading a single ascii file containing all the signals as if they were taken from the LBBox ; in addition it also can read RPC Digis
    • Logic based on WheelMap and TrackingAlgo


Note: Test documenting code in TWiki:

for i in range(100):
zipped = zip(*list_of_lists)

for( int i = 0; i < 10; ++i ) {
   zipped = zip(*list_of_lists);}


Status of MC production during Summer of 2008


%TWISTY{id="recipe-old-cfg" mod="div" showlink="More&nbsp;" hidelink="Less&nbsp;

" remember="off" showimgright="%ICONURLPATH{toggleopen-small}%" hideimgright="%ICONURLPATH{toggleclose-small}%" start="hide" }%

Implementing access to the condition objects in cmssw to access the hardware configuration in the TTU Emulator:

Following the instructions from https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideCondDB

Some days you're a bug, some days you're a windshield.
<lxplus232> EdmPluginDump | grep TTUBoardConfig
  LCGReflex/TTUBoardConfig
  TTUBoardConfigRcd@TTUBoardConfig@Proxy
<lxplus232> EdmPluginDump | grep RBCBoardConfig
  LCGReflex/RBCBoardConfig
  RBCBoardConfigRcd@RBCBoardConfig@Proxy

XDAQ application

Learning how to use it. The main project page is at XDAQ home page

  • Downloaded the source code:


----------------------------------------------------------------------

Libraries have been installed in:
   /opt/CMS/XDAQ/TriDAS/daq/../x86_RedHat/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------

However I got this error message:

Calling make all in directory /opt/CMS/XDAQ/TriDAS/daq/../daq/extern/tinyproxy/.loop using install
make -C /opt/CMS/XDAQ/TriDAS/daq/../daq/extern/tinyproxy/ -f Makefile _installall
make: *** /opt/CMS/XDAQ/TriDAS/daq/../daq/extern/tinyproxy/: No such file or directory.  Stop.
make: *** [/opt/CMS/XDAQ/TriDAS/daq/../daq/extern/tinyproxy/.loop] Error 2


Matrix Element Method

References

  • Software:

  • Documentation:

Topic attachments
I Attachment History Action Size Date Who Comment
Texttxt Cosmic-Prod-script.py.txt r1 manage 4.2 K 2008-11-07 - 09:43 AndresOsorio Cosmic Production08 script
PNGpng RPC-FEB-LinkBoard.png r1 manage 214.7 K 2008-10-16 - 18:04 AndresOsorio RPB->FEB->LB scheme
Unknown file formatlog RPCEfficiency.log r1 manage 0.8 K 2008-09-18 - 09:56 AndresOsorio local installation problem --
Unknown file formatlog RPCTriggerFilter.log r1 manage 96.4 K 2008-10-03 - 17:38 AndresOsorio Log file for a run with 100 events
Unknown file formatlog RPCTriggerFilter_Short.log r1 manage 0.6 K 2008-10-03 - 19:46 AndresOsorio Log file for a run with 40000 events (two files were opened)
Unknown file formatout checkdata.out r1 manage 31.4 K 2008-10-03 - 17:38 AndresOsorio Debug data from the same 100 events and dataset
PNGpng classRPCTechnicalTrigger__coll__graph.png r1 manage 15.9 K 2008-12-02 - 17:16 AndresOsorio RPCTechTrigg emulation - class collaboration
Compressed Zip archivetgz cruzet4-datsets.tgz r1 manage 4.1 K 2008-10-03 - 20:04 AndresOsorio list of files used for the testing of RPCTriggerFilter
Texttxt datafiles_reco.txt r1 manage 21.9 K 2008-09-18 - 09:28 AndresOsorio Data files obtained from the CMS dbs_discovery
Unix shell scriptsh prepare_installarea.sh r2 r1 manage 0.6 K 2008-09-18 - 08:17 AndresOsorio installation area preparation
Texttxt rejected.txt r1 manage 8.4 K 2008-09-18 - 15:08 AndresOsorio rejected
Unix shell scriptsh set-aptget-env.sh r2 r1 manage 0.3 K 2008-09-18 - 08:17 AndresOsorio set APT get environment
Unknown file formatlog test.log r1 manage 1766.3 K 2008-09-18 - 15:08 AndresOsorio log
Edit | Attach | Watch | Print version | History: r34 < r33 < r32 < r31 < r30 | Backlinks | Raw View | WYSIWYG | More topic actions
Topic revision: r34 - 2012-07-19 - AndresOsorio
 
    • Cern Search Icon Cern Search
    • TWiki Search Icon TWiki Search
    • Google Search Icon Google Search

    Main All webs login

This site is powered by the TWiki collaboration platform Powered by PerlCopyright &© 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
or Ideas, requests, problems regarding TWiki? use Discourse or Send feedback