musrview gets the new feature: calculate theory points only at data points.
Conflicts: doc/html/searchindex.js doc/html/setup-dks.html src/classes/PMusrCanvas.cpp src/include/PMusrCanvas.h src/musrview.cpp
This commit is contained in:
@@ -68,7 +68,7 @@ typedef struct {
|
||||
class PRunListCollection
|
||||
{
|
||||
public:
|
||||
PRunListCollection(PMsrHandler *msrInfo, PRunDataHandler *data);
|
||||
PRunListCollection(PMsrHandler *msrInfo, PRunDataHandler *data, Bool_t theoAsdata=false);
|
||||
virtual ~PRunListCollection();
|
||||
|
||||
enum EDataSwitch { kIndex, kRunNo };
|
||||
@@ -136,6 +136,7 @@ class PRunListCollection
|
||||
virtual Int_t GetMuMinusParams(UInt_t idx, const std::vector<Double_t>& par, PDKSParams &dksp);
|
||||
|
||||
private:
|
||||
Bool_t fTheoAsData; ///< if true: calculate theory points only at the data points
|
||||
PMsrHandler *fMsrInfo; ///< pointer to the msr-file handler
|
||||
PRunDataHandler *fData; ///< pointer to the run-data handler
|
||||
|
||||
|
||||
Reference in New Issue
Block a user