Ignore:
Timestamp:
Nov 15, 2013, 3:30:50 PM (11 years ago)
Author:
touze
Message:

systeme periodique (mailles) + multipoles + madx

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Interface_Web/trunk/pspaWT/sources/controler/include/abstractElement.h

    r424 r431  
    77
    88#include "nomdElements.h"
    9 //#include "nomDeLogiciel.h"
    10 //#include "trivaluedBool.h"
    119#include "abstractSoftware.h"
    12 /* #include "softwareGenerator.h" */
    13 /* #include "softwareParmela.h" */
    14 /* #include "softwareTest.h" */
    15 /* #include "softwareTransport.h" */
    1610
    1711#include "UAP/UAPNode.hpp"
    18 
    1912using namespace std;
    2013
     
    2619  int nbParam_;
    2720  string* parametersString_;
    28   double phaseStepMax_;
     21 
     22  string defaultSpecificName_;
     23  string specificName_;
     24  nomdElements elementName_;
    2925   
    3026  double defaultLength_;
    3127  double defaultAperture_;
    32   string defaultSpecificName_;
    33  
    34   string specificName_;
    35   nomdElements elementName_;
     28  double phaseStepMax_;
    3629 
    3730  double lenghtElem_; // cm
    3831  double aperture_; // cm
    39  
    4032  double stepmaxcm_;
    41   //  bool curvedTrajectory_;
    4233 
    4334  void setDefaultValues();
     
    5142 
    5243  void setParameters(double ll,double aper);
     44 
     45  nomdElements getNomdElement() const;
     46  int getNbParams() const;
     47
    5348  void setLabel(string lab);
    5449  string getLabel() const;
    55   nomdElements getNomdElement() const;
    56  
     50
    5751  double getLenghtOfElement() const;
    58   int getNbParams() const;
    5952 
    6053  virtual void setPhaseStep(double);
     
    6760  virtual void FileInput(ifstream& ifs) = 0;
    6861  virtual string print() = 0;
    69  
    7062  virtual void InputRep(UAPNode* root) = 0;
    7163
Note: See TracChangeset for help on using the changeset viewer.