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

Comparing UserCode/MitProd/TreeFiller/interface/FillerGsfTracks.h (file contents):
Revision 1.1 by loizides, Tue Jul 1 14:38:33 2008 UTC vs.
Revision 1.3 by bendavid, Wed Jul 2 13:30:08 2008 UTC

# Line 25 | Line 25 | namespace mithep
25    class FillerGsfTracks : public BaseFiller
26    {  
27      public:
28 <      FillerGsfTracks(const edm::ParameterSet &cfg,
29 <                      const char *name, const SimParticleMap *sm=0);
28 >      FillerGsfTracks(const edm::ParameterSet &cfg, const char *name,
29 >                      bool active=1, const SimParticleMap *sm=0);
30        ~FillerGsfTracks();
31  
32        void               BookDataBlock(TreeWriter &tws);
# Line 36 | Line 36 | namespace mithep
36    
37      private:
38        std::string                            edmName_;
39      std::string                            edmDataName_;
39        std::string                            mitName_;
40        std::string                            edmSimAssociationName_;
41        const mithep::SimParticleMap          *simMap_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines