Fork me on GitHub

Ignore:
Timestamp:
Dec 8, 2014, 6:12:04 PM (10 years ago)
Author:
Pavel Demin <pavel.demin@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
49234af, e7e90df
Parents:
fcdb8bc (diff), c3c9ac5 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge pull request #3 from delaere/eventdisplay

Eventdisplay

File:
1 edited

Legend:

Unmodified
Added
Removed
  • display/DelphesEventDisplay.cc

    rfcdb8bc rf6b6ee7  
    156156       TEveCaloLego *lego = new TEveCaloLego(container);
    157157       lego->InitMainTrans();
    158        lego->RefMainTrans().SetScale(TMath::TwoPi(), TMath::TwoPi(), TMath::Pi());
     158 //    lego->RefMainTrans().SetScale(TMath::TwoPi(), TMath::TwoPi(), TMath::Pi());
     159       lego->RefMainTrans().SetScale(100, 100, TMath::Pi());
    159160       lego->SetAutoRebin(kFALSE);
    160161       lego->Set2DMode(TEveCaloLego::kValSizeOutline);
Note: See TracChangeset for help on using the changeset viewer.