Changes in classes/DelphesFactory.cc [341014c:0ccf6fd] in git
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
classes/DelphesFactory.cc
r341014c r0ccf6fd 16 16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 17 17 */ 18 18 19 19 20 /** \class DelphesFactory … … 50 51 if(fObjArrays) delete fObjArrays; 51 52 52 map< const TClass *, ExRootTreeBranch *>::iterator itBranches;53 map< const TClass*, ExRootTreeBranch* >::iterator itBranches; 53 54 for(itBranches = fBranches.begin(); itBranches != fBranches.end(); ++itBranches) 54 55 { 55 delete (itBranches->second);56 delete (itBranches->second); 56 57 } 57 58 } … … 59 60 //------------------------------------------------------------------------------ 60 61 61 void DelphesFactory::Clear(Option_t *option)62 void DelphesFactory::Clear(Option_t* option) 62 63 { 63 64 set<TObject *>::iterator itPool; … … 69 70 TProcessID::SetObjectCount(0); 70 71 71 map< const TClass *, ExRootTreeBranch *>::iterator itBranches;72 map< const TClass*, ExRootTreeBranch* >::iterator itBranches; 72 73 for(itBranches = fBranches.begin(); itBranches != fBranches.end(); ++itBranches) 73 74 { … … 119 120 120 121 //------------------------------------------------------------------------------ 122
Note:
See TracChangeset
for help on using the changeset viewer.