start adding CSV like data reading routine with the FileFormat label DAT.
This commit is contained in:
@ -531,6 +531,9 @@ void PRunAsymmetryRRF::CalcTheory()
|
||||
*/
|
||||
Bool_t PRunAsymmetryRRF::PrepareData()
|
||||
{
|
||||
if (!fValid)
|
||||
return false;
|
||||
|
||||
// keep the Global block info
|
||||
PMsrGlobalBlock *globalBlock = fMsrInfo->GetMsrGlobal();
|
||||
|
||||
|
Reference in New Issue
Block a user