ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitProd/TreeFiller/interface/BaseFiller.h
(Generate patch)

Comparing UserCode/MitProd/TreeFiller/interface/BaseFiller.h (file contents):
Revision 1.5 by loizides, Tue Jun 24 14:25:46 2008 UTC vs.
Revision 1.6 by loizides, Tue Jul 1 14:38:33 2008 UTC

# Line 21 | Line 21 | namespace mithep
21    class BaseFiller
22    {
23      public:
24 <      BaseFiller(const edm::ParameterSet&, const char *name, bool active=true);
24 >      BaseFiller(const edm::ParameterSet &cfg, const char *name, bool active=true);
25        virtual ~BaseFiller() {}
26  
27        bool                     Active() const { return active_; }
# Line 31 | Line 31 | namespace mithep
31        virtual void             ResolveLinks(const edm::Event&, const edm::EventSetup&)  {}
32  
33      protected:
34 +      const edm::ParameterSet &Conf()   const { return config_; }
35 +
36        const std::string        name_;    //name of this filler
37        const edm::ParameterSet  config_;  //parameter set for this filler
38        const bool               active_;  //=1 if active
37
38      const edm::ParameterSet &Conf()   const { return config_; }
39    };
40   }
41   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines