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.2 by ceballos, Sat Mar 13 20:50:01 2010 UTC vs.
Revision 1.3 by ceballos, Wed May 12 19:06:52 2010 UTC

# Line 29 | Line 29 | namespace mithep
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();
# Line 38 | Line 39 | namespace mithep
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  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines