Fork me on GitHub

Ignore:
Timestamp:
Dec 8, 2014, 4:37:07 PM (10 years ago)
Author:
Christophe Delaere <christophe.delaere@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
2e8de36, f6b6ee7
Parents:
f185c24
Message:

Small adjustments and optimizations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • display/DelphesEventDisplay.cc

    rf185c24 rc3c9ac5  
    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);
     
    415416   browser->SetTabTitle("Event Control", 0);
    416417
    417    // Geometry tab
    418    // TODO add a tab with the full geometry
    419    
    420418   // the summary tab
    421419   htmlSummary_ = new DelphesHtmlSummary("Delphes Event Display Summary Table");
Note: See TracChangeset for help on using the changeset viewer.