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 |
+ |
void SetIsData(Bool_t b) { fIsData = b; } |
33 |
|
|
34 |
|
protected: |
35 |
|
void Process(); |
39 |
|
TString fMCEvInfoName; //event info branch name |
40 |
|
TString fPDFName; //PDF name |
41 |
|
Bool_t fRunPDF; //=true run PDFs |
42 |
+ |
Bool_t fIsData; //=true then it does nothing (def=0) |
43 |
|
const MCEventInfo *fMCEventInfo; //!event info branch pointer |
44 |
|
TH1D *hDPDFHisto[10]; //!output histograms |
45 |
|
|