# | Line 46 | Line 46 | private: | |
---|---|---|
46 | T object_; | |
47 | T* object_ptr_; | |
48 | public: | |
49 | < | TypedBranchConnector(edm::BranchDescription const*, std::string, TTree*); |
49 | > | TypedBranchConnector(edm::BranchDescription const*, TTree*, std::string t, std::string inc); |
50 | void connect(const edm::Event&); | |
51 | }; | |
52 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |