ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/TAM/src/TAMTreeBranchLoader.cxx
(Generate patch)

Comparing UserCode/MitAna/TAM/src/TAMTreeBranchLoader.cxx (file contents):
Revision 1.2 by loizides, Mon Oct 6 16:42:50 2008 UTC vs.
Revision 1.3 by loizides, Mon Jul 13 19:20:25 2009 UTC

# Line 93 | Line 93 | void TAMTreeBranchLoader::AllocateMemory
93     R__ASSERT(fClass != 0);
94  
95     if(fBAddr!=0) {
96 <      Fatal("AllocateMemory", "Address already allocated! Must call DeleteMemory() first!");
96 >      Fatal("AllocateMemory",
97 >            "Address already allocated! Must call DeleteMemory() first!");
98        return;
99     }
100  
# Line 102 | Line 103 | void TAMTreeBranchLoader::AllocateMemory
103  
104  
105   //______________________________________________________________________________
106 < Bool_t TAMTreeBranchLoader::CheckBrClass(const type_info& ptrtype, const TClass& cls)
106 > Bool_t TAMTreeBranchLoader::CheckBrClass(const type_info& ptrtype,
107 >                                         const TClass& cls)
108   {
109     // Check if the tree stores a class of the specified type
110     // ptrtype is user type and cls is type found in branch.
# Line 263 | Line 265 | void TAMTreeBranchLoader::Clear(Option_t
265        if (ca!=0) {      
266           ca->Clear("C");        
267        } else {  
268 <         Error("Clear", "Could not clear the clones array for branch %s",        
268 >         Error("Clear", "Could not clear the clones array for branch %s",
269                 fBranch->GetName());      
270        }          
271     }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines