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

Comparing UserCode/MitProd/TreeFiller/interface/FillerSimParticles.h (file contents):
Revision 1.5 by bendavid, Mon Jul 7 13:29:05 2008 UTC vs.
Revision 1.6 by loizides, Mon Jul 7 16:14:01 2008 UTC

# Line 5 | Line 5
5   //
6   // Imlementation of a filler to fill simulation level particles into our data structure.
7   //
8 < // Authors: J. Bendavid
8 > // Authors: J.Bendavid
9   //--------------------------------------------------------------------------------------------------
10  
11   #ifndef TREEFILLER_FILLERSIMPARTICLES_H
# Line 23 | Line 23 | namespace mithep
23    class FillerSimParticles : public BaseFiller
24    {  
25      public:
26 <      FillerSimParticles(const edm::ParameterSet &cfg, bool active=1, const GenParticleMap *genMap=0);
26 >      FillerSimParticles(const edm::ParameterSet &cfg, bool active=1,
27 >                         const GenParticleMap *genMap=0);
28        ~FillerSimParticles();
29  
30        void                  BookDataBlock(TreeWriter &tws);
# Line 34 | Line 35 | namespace mithep
35      private:
36        std::string                               edmName_;
37        std::string                               mitName_;
38 <      const mithep::GenParticleMap                   *genMap_;
38 >      const mithep::GenParticleMap             *genMap_;
39        mithep::Array<mithep::SimParticle>       *simParticles_;
40        mithep::SimParticleMap                   *simMap_;
41        edm::Handle<TrackingParticleCollection>   trackingParticleProduct;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines