TT hits in detector

From LHEP Wiki
Revision as of 09:49, 18 March 2015 by Lhep (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Check the eventnumber in the electronic detector:

By lhepsun13 at Bern

Temporary solution using knuesel OpRelease account

ssh -X scanner@lhepsun13.unibe.ch

source /idisk/scanner/OpRelease3.0_FWM/shell.sh
source /idisk/scanner/OpRelease3.0_FWM/cmtsetup.sh
source /idisk/scanner/OpRelease3.0_FWM/setup.sh

cd /idisk/scanner/knuesel/OpWork/OpBrickFinder  
source setup.sh
eventViewer.exe -e 22992878 --elist data/bern_events.txt 
    (- e for event number, e.g. 22992878)
    (-- elist for the tracks found in Bern at plate 57)

copy to pc46 
scp pictures/Event22992878* scanner@lheppc46.unibe.ch:/terabig/scan/EventPictures/ 
  • How to use EventViewer
- Show hits: put filtered
- Draw direction of: choose what you want
- Zoom - Vertex shows you a zoom of the vertex
- Option - Drawing Options - Hit Drawing - Bar energy mode
- File - Save picture as gif

Pictures are store in /pictures folder called by the event name

the file bern_events.txt holds the information of the tracks scanned.
copy the tracks found in plate 57 and add to the file
(Event coord Brick TX TY X Y 4700 1 1 1) - last number refere to track# then just a 1, and then color

By Gran Sasso Machine

  • Check hits and tracks in electronic detector
ssh -X guest@opera.lngs.infn.it (opera data aquisition pwd)
ssh -X guest@operaws1
cd BrickFinder
. opbf_setup
./eventViewer.exe --config config/BrickFinder_Bern.cfg -e IDEVENT

./eventViewer.exe --batch --config config/BrickFinder_Bern.cfg -e IDEVENT (to save the picture in the picture directory)
  • Get the picture (not directly possible - need to go through open machine at Gran Sasso)
ssh scanner@lheppc46.unibe.ch
ssh guest@opera.lngs.infn.it
scp guest@operaws1:BrickFinder/pictures/Event22992878* knuesel/pictures/ (downloads all the pics from this event to open machine)
exit
scp guest@opera.lngs.infn.it:knuesel/pictures/* /terabig/scan/EventPictures (download all pics to EventPictures folder @ Bern)