Changeset 400 in svn for trunk/Utilities/Hector/include
- Timestamp:
- May 20, 2009, 10:33:21 AM (16 years ago)
- Location:
- trunk/Utilities/Hector/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Utilities/Hector/include/H_BeamParticle.h
r388 r400 132 132 /// Returns the particle path in the beamline 133 133 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; 135 135 /// Computes the position of the particle at the end of each element of the beam. 136 136 void computePath(const H_AbstractBeamLine * beam, const bool NonLinear=true); -
trunk/Utilities/Hector/include/H_RecRPObject.h
r281 r400 24 24 25 25 #include "TF1.h" 26 #include <cmath> 26 27 27 28 #include "H_BeamLine.h" … … 34 35 H_RecRPObject(); 35 36 H_RecRPObject(const float, const float, const H_AbstractBeamLine* ); 37 H_RecRPObject(const float, const float, const H_AbstractBeamLine& ); // old-fashioned -- to be deleted 36 38 H_RecRPObject(const H_RecRPObject&); 37 39 H_RecRPObject& operator=(const H_RecRPObject&); … … 79 81 80 82 #endif 83
Note:
See TracChangeset
for help on using the changeset viewer.