added a first legend

This commit is contained in:
nemu
2008-04-17 06:00:51 +00:00
parent 499684fc8b
commit e5fa134ad8
5 changed files with 100 additions and 2 deletions

View File

@@ -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

View File

@@ -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