#ifndef _QSIGEXPDFS_
#define _QSIGEXPDFS_
#include "TDirectory.h"
#include "TList.h"
#include "TNamed.h"
#include "TCut.h"
#include "TCollection.h"
#include "TList.h"
#include "TMath.h"
#include "TFile.h"
#include "TROOT.h"
#include "QSigExDirHandler.h"
#include "QSigExIO.h"
#include "QSigExDis.h"
#include "QFormulaUtils.h"
#include "debugger.h"
class QSigExPDFs: public QSigExDirHandler{
public:
QSigExPDFs():QSigExDirHandler(),fPDFsDir(NULL){
PRINTF2(this,"\tQSigExPDFs::QSigExPDFs()\n")
}
QSigExPDFs(const QSigExPDFs& rhs):QSigExDirHandler(*this),fPDFCard(rhs.fPDFCard),fPDFsDir(rhs.fPDFsDir){
PRINTF2(this,"\tQSigExPDFs::QSigExPDFs(const QSigExPDFs& rhs)\n")
}
virtual ~QSigExPDFs(){fPDFsDir=NULL;}
void LoadCardFile(const Char_t* cardfilename=NULL);
Int_t Get();
virtual void AddPDF(Int_t flags, const Char_t* type, const Char_t* fgroup, const Char_t* sgroup, const Char_t* param1=NULL, const Char_t* param2=NULL, const Char_t* param3=NULL, const Char_t* param4=NULL, const Char_t* param5=NULL, const Char_t* param6=NULL, const Char_t* param7=NULL, const Char_t* param8=NULL);
virtual void DelPDF(const Char_t* fgroup, const Char_t* sgroup, const Char_t* pdfname);
void CleanDir();
void ClearCardBuf();
protected:
virtual void FormatDir();
virtual QSigExDis* GetFunction(const QList<TString>& pdfentry, TDirectory* fluxdir, const TCut& fgcuts, QList<TString>* inputs, Bool_t *pdfneedscuts)=0;
virtual const Char_t* GetPDFName(Int_t i)=0;
void CheckCuts() const;
QList<QList<TString> > fPDFCard;
private:
TDirectory* fPDFsDir;
ClassDef (QSigExPDFs,1)
};
const Int_t kDisAct=1;
const Int_t kDisSkipNorm=2;
#include "debugger.h"
#endif
ROOT page - Class index - Class Hierarchy - Top of the page
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.