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

Comparing UserCode/MitAna/TAM/interface/TAMVirtualBranchLoader.h (file contents):
Revision 1.1 by loizides, Tue May 27 19:13:21 2008 UTC vs.
Revision 1.2 by loizides, Mon Jul 13 19:20:24 2009 UTC

# Line 18 | Line 18 | class TTree;
18  
19  
20   class TAMVirtualBranchLoader : public TObject {
21 <   TAMBranchInfo       *fBInfo;         //corresponding TAMBranchInfo (not owned)
21 >   TAMBranchInfo       *fBInfo; //corresponding TAMBranchInfo (not owned)
22  
23   public:
24     TAMVirtualBranchLoader(TAMBranchInfo *binfo);
# Line 31 | Line 31 | public:
31     using       TObject::Notify;
32     virtual Bool_t       Notify(TTree *tree);
33    
34 <   ClassDef(TAMVirtualBranchLoader,1)  // Abstract base class for data loader plugins in TAM
34 >   ClassDef(TAMVirtualBranchLoader,1)  // Base class for data loader plugins
35   };
36  
37   #endif //ROOT_TAMVirtualBranchLoader

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines