28 |
|
void SetMCEventInfoName(const char *s) { fMCEvInfoName = s; } |
29 |
|
void SetPDFName(const char *s) { fPDFName = s; } |
30 |
|
void SetPrintDebug(Bool_t b) { fPrintDebug = b; } |
31 |
+ |
void SetRunPDF(Bool_t b) { fRunPDF = b; } |
32 |
|
|
33 |
|
protected: |
34 |
|
void Process(); |
37 |
|
Bool_t fPrintDebug; //=true then print debug info |
38 |
|
TString fMCEvInfoName; //event info branch name |
39 |
|
TString fPDFName; //PDF name |
40 |
+ |
Bool_t fRunPDF; //=true run PDFs |
41 |
|
const MCEventInfo *fMCEventInfo; //!event info branch pointer |
42 |
|
TH1D *hDPDFHisto[10]; //!output histograms |
43 |
|
|