# | Line 31 | Line 31 | namespace mithep | |
---|---|---|
31 | virtual void ResolveLinks(const edm::Event&, const edm::EventSetup&) {} | |
32 | ||
33 | protected: | |
34 | < | const std::string name_; |
35 | < | const edm::ParameterSet config_; |
36 | < | const bool active_; |
34 | > | const std::string name_; //name of this filler |
35 | > | const edm::ParameterSet config_; //parameter set for this filler |
36 | > | const bool active_; //=1 if active |
37 | ||
38 | const edm::ParameterSet &Conf() const { return config_; } | |
39 | }; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |