ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/Validation/interface/GenRelValMod.h
(Generate patch)

Comparing UserCode/MitAna/Validation/interface/GenRelValMod.h (file contents):
Revision 1.3 by loizides, Wed Sep 10 03:33:29 2008 UTC vs.
Revision 1.4 by loizides, Fri Nov 21 20:12:26 2008 UTC

# Line 24 | Line 24 | namespace mithep
24                     const char *title = "Analysis Module for GenParticles validation");
25        ~GenRelValMod() {}
26  
27 <      void             Process       ();
28 <      void             SlaveBegin    ();
27 >      void             Process();
28 >      void             SetPrint(Bool_t b) { fPrint = b; }
29 >      void             SetWrite(Bool_t b) { fWrite = b; }
30 >      void             SlaveBegin();
31        void             SlaveTerminate();
32  
33      protected:
34        TString          fMCPartName;   //name of particle collection
35 +      TString          fFileName;     //filename of output
36 +      Bool_t           fPrint;        //=true then print to screen (def=1)
37 +      Bool_t           fWrite;        //=true then write to file (def=0)
38        MCParticleCol   *fParticles;    //!particle branch
39        std::ofstream   *ofile;         //!output text file
40  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines