Ignore:
Timestamp:
Dec 20, 2012, 9:43:37 PM (12 years ago)
Author:
lemeur
Message:

bricoles

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Interface_Web/trunk/pspaWT/src/GWt_pspaApplication.cc

    r221 r222  
    749749  //  WContainerWidget* toto = static_cast<WContainerWidget*>(leDessin_);
    750750  //  toto->clear();
    751   new WText(nameOfCase_ + " : emittance x,x' ", toto);
     751
     752  //  new WText(nameOfCase_ + " : espace de phase x,x' "+ " nb partic. "+ mixedTools::intToString(partic.size()), toto);
     753
     754
     755  new WText(nameOfCase_ + " : emittance x,x' " + mixedTools::doubleToString(beam->getUnnormalizedEmittanceX()) + " pi.mm.mrad" , toto);
     756  new WBreak(toto);
     757  new WText(" xmax = " + mixedTools::doubleToString(beam->getSigmaTransportij(1,1)) + " cm ", toto);
     758  new WBreak(toto);
     759  new WText(" x' max = " + mixedTools::doubleToString(beam->getSigmaTransportij(2,2)) + " mrad ", toto);
     760  new WBreak(toto);
     761  new WText(" corr. 12 = " + mixedTools::doubleToString(beam->getSigmaTransportij(2,1))  + " sqrt(cm.rad) ", toto);
     762 
    752763  vector<double> xcor;
    753764  vector<double> ycor;
Note: See TracChangeset for help on using the changeset viewer.