Event Display News


[archive] [start] [about evd] [howto] [talks] [known problems] [bugs] [code]

06/06/06
- trigger information will be displayed in two lines
- fix for the online
- move step reduced from 0.2 to 0.02
- if the muon is stubless, the evd will distinguish it from jet/electron.
  However, if the muon candidate has a stub, it will be called "a muon"
  (so there may be some objects with same pt/eta/phi, but different objectID)
03/23/2006 To build your own latest-and-greatest version of evd cut and paste these commands to xterm session (use one of fcdflnx2,3,4,5,6,7,8,9):
setup cdfsoft2 6.1.4int2
setenv USESHLIBS 1
newrel -t $BFCURRENT evd6.1.4int2
cd evd6.1.4int2
addpkg -h -t RootEventDisplay
addpkg -h -t RootMods
gmake RootEventDisplay.all
gmake RootMods.nobin
gmake RootMods.evd
which evd
You will have your version of evd with latest features available. I will tag changes (See news below) for one of the upcoming releases as soon as I test them.
03/22/2006
- added phoenix data
- merged phoenix em objects with standard em objects
- added phoenix tracks to defTracks view
- to disable phoenix data:

mod talk evd
    DataMenu
     ReadPhoenixData set false
    exit
exit

- Added cuts for CdfParticle

TEdCdfParticle::ShowElectrons
TEdCdfParticle::ShowMuon
TEdCdfParticle::ShowPhotons
  They can be set with CutManager 
    (open panel -> Cut Manager, select cuts) 
  or from ~/.evdrc

TEdCdfParticle.ShowElectrons.Value:                   0
TEdCdfParticle.ShowMuons.Value:                       0
TEdCdfParticle.ShowPhotons.Value:                     0

- Added cut on Number of COT Hits for CDF track 
  (accessible through CutManager)
- Added PLUG Physics Towers to 3d Calorimeter Display
- Added PLUG Physics Towers to RZ Display
- "Stubless" muons are required to be away from a jet (dR > 0.2)

03/18/2006
- added SetSelected/GetSelected for TEdCdfTrack
- highlight si hits for "Selected" cdf tracks
  (either by click, or by SetSelected)
- added accessor to set tower text display on/off:
  TCotDisplay::SetDisplayTowersText()
- switches to display e/et for towers and to display text
  are read from ~/.envrc file:
  fDisplayEt   = gEdEnv->GetValue("TCotDisplayTowers.DisplayEt",      1);
  fDisplayText = gEdEnv->GetValue("TCotDisplayTowers.DisplayText",    1);
These changes have been tagged for 6.1.4int3
03/08/2006
-  Allow user to change Met vector:
   from the root prompt type:
   TEdManager::Instance()->Met()->SetMetVector(100, 3.14)
-  fixes for online - need more tests to verify this
-  Cuts can be saved/read from ~/.evdrc file
-  improvements in TEdCut code
-  Methods to print information about cdf particles
-  Stubless muons have been added
-  CDF Particles printout information has been improved
-  added "mod enable CotqModule" to evdscan script
These changes have been tagged for 6.1.4int3
02/23/2006
o em timing information: one may get it by clicking on the tower in LEGO
  view
o Read Jet Colors from ~/.evdrc file: flexibilty added to have jets
  colors always different from particle colors.
o fixes for the evd/mon makefiles
o fix for MC Display:
  - by default it will use first HEPG bank in the event.
  - however, user may set this parameter in ~/.evdrc file:
    TMCDisplay.ReadThisHEPG                  1
    to any number, thus evd may read some other HEPG bank 
    (counting starts from 1)
o some other improvements
These changes have been tagged for 6.1.4int2
[archive: News of 2005]

Questions, suggestion, comments, abuse direct to Andrei Loginov