some changes related to the bin data plotting

This commit is contained in:
nemu
2008-04-05 19:14:00 +00:00
parent b47e5a4672
commit c463cb2530
8 changed files with 111 additions and 72 deletions

View File

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