added global section to non-muSR, and mu-minus. Added mu-minus to musrt0.

This commit is contained in:
2014-12-12 12:50:12 +01:00
parent 075c259971
commit f13fa554bf
8 changed files with 213 additions and 50 deletions

View File

@ -64,6 +64,7 @@ class PRunNonMusr : public PRunBase
PRawRunData *fRawRunData; ///< raw run data handler
UInt_t fNoOfFitBins; ///< number of bins to be be fitted
Int_t fPacking; ///< packing for this particular run. Either given in the RUN- or GLOBAL-block.
};
#endif // _PRUNNONMUSR_H_