Changeset c3c9ac5 in git for display/DelphesEventDisplay.cc
- Timestamp:
- Dec 8, 2014, 4:37:07 PM (10 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 2e8de36, f6b6ee7
- Parents:
- f185c24
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
display/DelphesEventDisplay.cc
rf185c24 rc3c9ac5 156 156 TEveCaloLego *lego = new TEveCaloLego(container); 157 157 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()); 159 160 lego->SetAutoRebin(kFALSE); 160 161 lego->Set2DMode(TEveCaloLego::kValSizeOutline); … … 415 416 browser->SetTabTitle("Event Control", 0); 416 417 417 // Geometry tab418 // TODO add a tab with the full geometry419 420 418 // the summary tab 421 419 htmlSummary_ = new DelphesHtmlSummary("Delphes Event Display Summary Table");
Note:
See TracChangeset
for help on using the changeset viewer.