# | Line 39 | Line 39 | namespace mithep | |
---|---|---|
39 | void GetProduct(const std::string name, edm::Handle<TYPE> &product, | |
40 | const edm::Event &event) const; | |
41 | ||
42 | < | const std::string name_; //name of this filler |
43 | < | const edm::ParameterSet config_; //parameter set for this filler |
44 | < | const bool active_; //=1 if active |
42 | > | const std::string name_; // name of this filler |
43 | > | const edm::ParameterSet config_; // parameter set for this filler |
44 | > | const bool active_; // =1 if active |
45 | }; | |
46 | } | |
47 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |