User:Vscharf: Difference between revisions
From KIP Wiki
ā§¼kip-jumptonavigationā§½ā§¼kip-jumptosearchā§½
No edit summary Ā |
|||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
[[Atlas_Privat:Diskless SLC6|Diskless SLC6]] |
|||
== Logbook == |
|||
* [[Atlas_Privat:Logbook Veit Mar15|Logbook MƤrz 2015]] |
|||
* [[Atlas_Privat:Logbook Veit Feb15|Logbook Februar 2015]] |
|||
== GDB == |
== GDB == |
||
Line 13: | Line 20: | ||
* run athena |
* run athena |
||
== Panda Access from local farm == |
|||
* <code>ssh -L 10121:itrac50033-v.cern.ch:10121 lxplus.cern.ch</code> |
|||
* in /afsuser/vscharf/.tnsnames.ora: |
|||
<code><pre> |
|||
adcr_panda=( |
|||
DESCRIPTION= |
|||
(ADDRESS= (PROTOCOL=TCP) (HOST=localhost) (PORT=10121) ) |
|||
(LOAD_BALANCE=on) |
|||
(ENABLE=BROKEN) |
|||
(CONNECT_DATA= |
|||
(SERVER=DEDICATED) |
|||
(SERVICE_NAME=adcr_panda.cern.ch) |
|||
) |
|||
) |
|||
</pre></code> |
|||
== Log == |
== Log == |
||
=== Eta Asymmetry === |
|||
dPhi(mu, met) shows difference in bin < -2.5 for positive and negative muon eta |
|||
* independent of photon isolation |
Latest revision as of 12:56, 6 May 2015
Logbook
GDB
- Problem: Breakpoint auf template funktion.
- Lƶsung: Funktionsname obskur ... Rausfinden mit: objdump -t EXEC | c++filt | grep 'FUNC'
Squid/Frontier access from local farm
- forward localhost:8181 to atlassquid1.cern.ch:3128
$> ssh -L 8181:atlassquid1.cern.ch:3128 lxplus.cern.ch
- set localhost:8181 as squid proxy
$> export FRONTIER_SERVER='(proxyurl=http://localhost:8181)(serverurl=http://atlasfrontier.cern.ch:8000/atlr)(serverurl=http://atlasfrontier1.cern.ch:8000/atlr)(serverurl=http://atlasfrontier2.cern.ch:8000/atlr)'
- run athena
Panda Access from local farm
ssh -L 10121:itrac50033-v.cern.ch:10121 lxplus.cern.ch
- in /afsuser/vscharf/.tnsnames.ora:
adcr_panda=(
DESCRIPTION=
(ADDRESS= (PROTOCOL=TCP) (HOST=localhost) (PORT=10121) )
(LOAD_BALANCE=on)
(ENABLE=BROKEN)
(CONNECT_DATA=
(SERVER=DEDICATED)
(SERVICE_NAME=adcr_panda.cern.ch)
)
)
Log
Eta Asymmetry
dPhi(mu, met) shows difference in bin < -2.5 for positive and negative muon eta
- independent of photon isolation