Changeset 398 in PSPA


Ignore:
Timestamp:
Mar 24, 2013, 4:54:40 PM (11 years ago)
Author:
lemeur
Message:

fichier parmout dans workingarea

Location:
Interface_Web/trunk/pspaWT
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • Interface_Web/trunk/pspaWT/History

    r394 r398  
    55     PSPA - Plateforme de simulation en physique des accélérateurs
    66     =========================================================
     7
     824 mars 2013 : Guy Le Meur
     9-supprimé des sorties inutiles dans l   a fenêtre console
     10-localisation du fichier de sortie de parmela, parmout, dans workingarea
     11
    71218 mars : Francois Touze
    813- GWt_pspaApplication : utilise/modifie chartPlot2vec pour le tracé des histogrammes (unification des tracés)
  • Interface_Web/trunk/pspaWT/sources/controler/src/particleBeam.cc

    r381 r398  
    358358}
    359359
     360// renvoie (dans le vecteur coord) la liste des coordonnées d'index 'index' :
     361// index = 0 , 1, 2 -> x,y,z
     362// index = 3,4 -> x' = betax/betaz , y' = betay/betaz
     363// index = 5 -> Ec : energie cinetique
    360364void particleBeam::particlesPhaseSpaceComponent(vector<double>& coord, unsigned index)
    361365{
  • Interface_Web/trunk/pspaWT/sources/controler/src/softwareParmela.cc

    r387 r398  
    122122  string resultOfRun;
    123123  bool success = launchJob(parmelaJob,resultOfRun);
    124   sortie << resultOfRun << endl;
     124
     125
     126  //  sortie << resultOfRun << endl;
    125127  if ( !success ) {
    126128    sortie << " launching of parmela failed " << endl;
     
    134136        sortie << " abnormal exit of parmela " << endl;
    135137        ExecuteStatus = false;
    136       }
     138      } 
    137139  }
    138140 
     
    140142  return ExecuteStatus;
    141143}
    142 
    143 
    144144
    145145bool softwareParmela::buildBeamAfterElements( string workingDir)
  • Interface_Web/trunk/pspaWT/sources/userInterface/src/GWt_pspaApplication.cc

    r393 r398  
    417417  bibi->renew();
    418418 
    419   console_->addConsoleMessage(string("...terminee"));
     419  console_->addConsoleMessage(string("restauration terminee"));
    420420}
    421421
     
    472472      bibi->renew();
    473473     
    474       console_->addConsoleMessage(string("...terminee"));
     474      console_->addConsoleMessage(string("rechargement de config termine"));
    475475      message->show();
    476476    }
  • Interface_Web/trunk/pspaWT/sources/userInterface/src/GWt_softwarePanel.cc

    r371 r398  
    363363    }
    364364
    365   GWt_console* console = NULL;
    366   if (static_cast<GWt_console*> (wApp->findWidget ("console"))) {
    367     console = static_cast<GWt_console*> (wApp->findWidget ("console"));
    368     console->addConsoleMessage(string("on va peut etre y arriver"));
    369   }
     365  // GWt_console* console = NULL;
     366  // if (static_cast<GWt_console*> (wApp->findWidget ("console"))) {
     367  //   console = static_cast<GWt_console*> (wApp->findWidget ("console"));
     368  //   console->addConsoleMessage(string("on va peut etre y arriver"));
     369  // }
    370370 
    371371  static_cast<GWt_globalParameters*>(pspa_->getGlobalParam())->updateGlobals();
  • Interface_Web/trunk/pspaWT/workingArea/pmbfield

    r387 r398  
    11 z(cm)   b(gauss)
    2    0.000     74.32      0.00     74.27     -1.41
     2 -20.530     33.00      0.00     32.98     -0.00
Note: See TracChangeset for help on using the changeset viewer.