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

Comparing UserCode/MitAna/PhysicsMod/interface/PublisherMod.h (file contents):
Revision 1.4 by loizides, Wed Dec 10 17:25:16 2008 UTC vs.
Revision 1.5 by loizides, Fri Dec 12 16:03:34 2008 UTC

# Line 26 | Line 26 | namespace mithep
26                     const char *title="Publisher module");
27        ~PublisherMod() {}
28  
29 <      const char              *GetBranchName()              const { return fBranchName;  }
30 <      const char              *GetPublicName()              const { return fPublicName;  }
31 <      Bool_t                   GetPubPerEvent()             const { return fPubPerEvent; }
32 <      void                     SetBranchName(const char *n)       { fBranchName=n;       }
33 <      void                     SetPublicName(const char *n)       { fPublicName=n;       }
34 <      void                     PublishPerEvent(Bool_t b)          { fPubPerEvent = b;    }
29 >      const char              *GetBranchName()              const { return fBranchName;     }
30 >      const char              *GetInputName()               const { return GetBranchName(); }
31 >      const char              *GetOutputName()              const { return GetPublicName(); }
32 >      const char              *GetPublicName()              const { return fPublicName;     }
33 >      Bool_t                   GetPubPerEvent()             const { return fPubPerEvent;    }
34 >      void                     SetBranchName(const char *n)       { fBranchName=n;          }
35 >      void                     SetInputName(const char *n)        { SetBranchName(n);       }
36 >      void                     SetOutputName(const char *n)       { SetPublicName(n);       }
37 >      void                     SetPublicName(const char *n)       { fPublicName=n;          }
38 >      void                     PublishPerEvent(Bool_t b)          { fPubPerEvent = b;       }
39  
40      protected:
41        TString                  fBranchName;    //name of collection

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines