# | Line 60 | Line 60 | void FillMitTree::beginJob(const edm::Ev | |
---|---|---|
60 | ||
61 | // Loop over the various components and book the branches | |
62 | for (std::vector<BaseFiller*>::iterator iF = fillers_.begin(); iF != fillers_.end(); ++iF) { | |
63 | < | (*iF)->BookDataBlock(tws); |
63 | > | (*iF)->BookDataBlock(*tws); |
64 | } | |
65 | – | return; |
65 | } | |
66 | ||
67 | //------------------------------------------------------------------------------------------------- |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |