Fork me on GitHub

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

update to Hector_1_5_2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.