some changes related to the bin data plotting
This commit is contained in:
@ -98,7 +98,7 @@ using namespace std;
|
||||
*/
|
||||
typedef vector<int> PIntVector;
|
||||
|
||||
//------------------------------------------------------------------------
|
||||
//-------------------------------------------------------------
|
||||
/**
|
||||
* <p>
|
||||
*/
|
||||
@ -116,7 +116,7 @@ typedef vector<TComplex> PComplexVector;
|
||||
*/
|
||||
typedef vector<TString> PStringVector;
|
||||
|
||||
//------------------------------------------------------------------------------------------
|
||||
//-------------------------------------------------------------
|
||||
/**
|
||||
* <p>Predominantly used in PRunBase.
|
||||
*/
|
||||
@ -127,7 +127,7 @@ typedef struct {
|
||||
vector<double> fTheory;
|
||||
} PRunData;
|
||||
|
||||
//------------------------------------------------------------------------
|
||||
//-------------------------------------------------------------
|
||||
/**
|
||||
* <p>
|
||||
*/
|
||||
@ -142,7 +142,7 @@ typedef struct {
|
||||
vector<PDoubleVector> fDataBin; ///< vector of all histos of a run
|
||||
} PRawRunData;
|
||||
|
||||
//------------------------------------------------------------------------
|
||||
//-------------------------------------------------------------
|
||||
/**
|
||||
* <p>
|
||||
*/
|
||||
|
Reference in New Issue
Block a user