Fork me on GitHub

Changeset 400 in svn for trunk/Utilities/Hector/include


Ignore:
Timestamp:
May 20, 2009, 10:33:21 AM (15 years ago)
Author:
Xavier Rouby
Message:

update to Hector_1_5_2

Location:
trunk/Utilities/Hector/include
Files:
2 edited

Legend:

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

    r388 r400  
    132132                /// Returns the particle path in the beamline
    133133                TGraph * getPath(const int , const int ) const;
    134                 void getPath(const int , const string& ) const;
     134                void getPath(const int x_or_y, const string& filename) const;
    135135                /// Computes the position of the particle at the end of each element of the beam.
    136136                void computePath(const H_AbstractBeamLine * beam, const bool NonLinear=true);
  • trunk/Utilities/Hector/include/H_RecRPObject.h

    r281 r400  
    2424
    2525#include "TF1.h"
     26#include <cmath>
    2627
    2728#include "H_BeamLine.h"
     
    3435                H_RecRPObject();
    3536                H_RecRPObject(const float, const float, const H_AbstractBeamLine* );
     37                H_RecRPObject(const float, const float, const H_AbstractBeamLine& ); // old-fashioned -- to be deleted
    3638                H_RecRPObject(const H_RecRPObject&);
    3739                H_RecRPObject& operator=(const H_RecRPObject&);
     
    7981
    8082#endif
     83
Note: See TracChangeset for help on using the changeset viewer.