ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitProd/TreeFiller/interface/AssociationMap.h
(Generate patch)

Comparing UserCode/MitProd/TreeFiller/interface/AssociationMap.h (file contents):
Revision 1.8 by loizides, Sat Mar 14 06:04:59 2009 UTC vs.
Revision 1.9 by loizides, Sun Mar 15 11:20:40 2009 UTC

# Line 1 | Line 1
1   //--------------------------------------------------------------------------------------------------
2   // $Id$
3   //
4 < // Association Map
4 > // AssociationMap
5   //
6   // Wrapper for std::map, used to resolve links during tree filling.
7   //
# Line 35 | Line 35 | namespace mithep
35        bool         HasMit(EdmClass edmObj)    const;
36        void         Reset()                          { fwdMap_.clear(); revMap_.clear(); }
37        void         SetEdmProductId(Int_t id)        { edmProductId_ = id;               }
38 +      void         SetBrName(const std::string &n)  { brname_ = n;                      }
39        void         SetBrName(const char *n)         { brname_ = n;                      }
40  
41      protected:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines