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.8 by loizides, Tue Jul 8 12:38:19 2008 UTC vs.
Revision 1.10 by loizides, Wed Jul 30 08:39:50 2008 UTC

# Line 17 | Line 17
17   #include "FWCore/MessageLogger/interface/MessageLogger.h"
18   #include "DataFormats/Common/interface/Handle.h"
19   #include "MitAna/DataUtil/interface/TreeWriter.h"
20 + #include <TString.h>
21  
22   namespace mithep
23   {
# Line 39 | Line 40 | namespace mithep
40        void                     GetProduct(const std::string name, edm::Handle<TYPE> &product,
41                                            const edm::Event &event) const;    
42  
43 <      const std::string        name_;    //name of this filler
44 <      const edm::ParameterSet  config_;  //parameter set for this filler
45 <      const bool               active_;  //=1 if active
43 >      const std::string        name_;    // name of this filler
44 >      const edm::ParameterSet  config_;  // parameter set for this filler
45 >      const bool               active_;  // =1 if active
46    };
47   }
48  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines