Fork me on GitHub

Ignore:
Timestamp:
Feb 2, 2009, 12:26:00 PM (16 years ago)
Author:
Xavier Rouby
Message:

passing all objects as references

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Utilities/Hector/include/H_BeamLine.h

    r3 r216  
    3636                H_BeamLine(const int, const float);
    3737                H_BeamLine& operator=(const H_BeamLine& );
    38                 ~H_BeamLine() {return;};
     38                ~H_BeamLine() {};
    3939        //@
    4040                ///     Finds the IP position (s) from the MAD table. Should be "IP5" or "IP1".
    4141                //@{
    42                 void findIP(const string);
    43                 void findIP(const string, const string);
     42                void findIP(const string&);
     43                void findIP(const string&, const string&);
    4444                //@}
    4545                ///     Reader for the external MAD table
    4646                //@{
    47                 void fill(const string);
    48                 void fill(const string, const int, const string );
     47                void fill(const string&);
     48                void fill(const string&, const int, const string& );
    4949                //@}
    5050                ///     Returns the IP position (s)
Note: See TracChangeset for help on using the changeset viewer.