martedì 12 febbraio 2008

UI configuration

gLite 3.1.0

install rpms as described in

https://twiki.cern.ch/twiki/bin/view/LCG/GenericInstallGuide310#Installing_the_middleware

modify
/opt/glite/yaim/examples/siteinfo/site-info.def

with the following parameters

RB_HOST egee-rb-01.cnaf.infn.it
WMS_HOST glite-rb-00.cnaf.infn.it
BDII_HOST egee-bdii.cnaf.infn.it
SITE_BDII_HOST t2-bdii-01.$MYDOMAIN

issue the configuration command

yaim -c -s siteinfo.def UI


martedì 5 febbraio 2008

Work - 5 Febbraio 08


again run w/ optimized GR. Strange results. Will have to re-run on all files, not only
the high energy ones, possibly with Gianluca's latest version ... un progress

2. investiated phisymm issues in 180pre8, something changed in L1 so that everything
is now prescaled ...

lunedì 4 febbraio 2008

Work - 4 Febbraio 08

Run w/ optimized GR seem to have choosen wrong files.
Found runs in existing ntuple and resubmitted

venerdì 1 febbraio 2008

Work - 1 Febbraio


1. Fixed eta correction - not much of an effect
2. Ran analysis w/ resolution-optimized gains
(needs to be checked )

giovedì 31 gennaio 2008

Work - 31 Gennaio

1. Tested socks proxy
2. C++ code to stream a std::map
3. Operator << to fill a map from a list of files and sum all values with the same key
(Useful to write partial sums of E_t in each ecal xtal and then collect)

4. Run test beam analysis jobs w/ optimized GR from Jarry . Output on pccmsto02:/data/argiro
(jobs still running)

lunedì 28 gennaio 2008

Access to internal web pages using socks

...using the ssh socks proxy feature

On your local machine type

ssh -ND 8080 yourname@your.computer.atwork

and your password. Leave the shell open (it will
be unresponsive)


Configure your browser with "Manual proxy configuration";

As a "socks proxy" use "localhost:8080"
Use the socks v4 option

lunedì 12 novembre 2007

Gain Ratios

I have written a macro to measure gain ratios from beam

It is in CVS, UserCode/Torino/Ecal/TestBeam/User/EcalTBAnalyzer/macros/


measureGainRatio.C

note that one has to fix run numbers in ntuples by adjustRunNumber.C

The python writeStdGainRatioFile.py
takes a standard gain ratio file and, using the ouput of measureGainRatio, writes
a gain ratio file in the right format.