added a first legend
This commit is contained in:
@@ -148,6 +148,7 @@ typedef struct {
|
||||
TString fSetup; ///< description of the setup of this run
|
||||
double fField; ///< magnetic field value
|
||||
double fTemp; ///< temperature during the run
|
||||
double fEnergy; ///< implantation energy of the muon
|
||||
double fTimeResolution; ///< time resolution of the run
|
||||
PDoubleVector fT0s; ///< vector of t0's of a run
|
||||
vector<PDoubleVector> fDataBin; ///< vector of all histos of a run
|
||||
|
||||
@@ -75,6 +75,11 @@ class PRunListCollection
|
||||
virtual PRunData* GetRRF(unsigned int index, EDataSwitch tag=kIndex);
|
||||
virtual PRunData* GetNonMusr(unsigned int index, EDataSwitch tag=kIndex);
|
||||
|
||||
virtual double GetTemp(TString &runName);
|
||||
virtual double GetField(TString &runName);
|
||||
virtual double GetEnergy(TString &runName);
|
||||
virtual const char* GetSetup(TString &runName);
|
||||
|
||||
private:
|
||||
PMsrHandler *fMsrInfo; ///< keeps all msr file info
|
||||
PRunDataHandler *fData; ///< handles all raw data
|
||||
|
||||
Reference in New Issue
Block a user