Ignore:
Timestamp:
Mar 6, 2013, 3:19:19 PM (12 years ago)
Author:
touze
Message:

nvx histos

File:
1 edited

Legend:

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

    r366 r371  
    4343  unsigned indexFromPspaToTransport(unsigned index) const;
    4444
    45   void preparationDesHistogrammes(int index,vector<double>& vshf,double out[3]);
    46   void remplissageDesHistogrammes(double val[2],vector<double>vshf,vector<double>&xcor,vector<int>& hist,int& cnts);
     45  void histogramComponent(vector<double>& coord,unsigned int index);
     46  void histogramInitialize(unsigned int index,vector<double>& vshf,double out[3]);
     47  void histogramPacking(double ecatyp,vector<double>vshf,vector<double>&xcor,vector<int>& hist);
    4748
    4849  double getSigmaTransportij(unsigned indexI, unsigned indexJ);
     
    112113  virtual string FileOutputFlow() const;
    113114  virtual bool FileInput(ifstream& ifs);
    114   //void histogramme(vector<double>&xcor,vector<int>& hist,int& cnts,double out[3]);
    115   void histogramme(int index,vector<double>&xcor,vector<int>& hist,int& cnts,double out[3]);
     115
     116  void histogramme(unsigned int index,vector<double>&xcor,vector<int>& hist,double out[3]);
    116117};
    117118#endif
Note: See TracChangeset for help on using the changeset viewer.