ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitPhysics/Mods/interface/PDFProducerMod.h
(Generate patch)

Comparing UserCode/MitPhysics/Mods/interface/PDFProducerMod.h (file contents):
Revision 1.1 by loizides, Tue Aug 11 10:56:48 2009 UTC vs.
Revision 1.2 by ceballos, Sat Mar 13 20:50:01 2010 UTC

# Line 28 | Line 28 | namespace mithep
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();
# Line 36 | Line 37 | namespace mithep
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  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines