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

Comparing UserCode/MitProd/TreeFiller/interface/FillerVertexes.h (file contents):
Revision 1.7 by loizides, Fri Sep 25 08:42:50 2009 UTC vs.
Revision 1.8 by bendavid, Fri Dec 11 17:45:38 2009 UTC

# Line 29 | Line 29 | namespace mithep
29      private:
30        std::string              edmName_;        //edm name of Vertex collection
31        std::string              mitName_;        //mit name of Vertices
32 +      std::string              trackMapName_;   //name of imported map wrt trk trks
33        std::string              vertexMapName_;  //name of exported map
34        mithep::VertexArr       *vertexes_;       //array of vertexes
35        mithep::VertexMap       *vertexMap_;      //map wrt vertexes
36 +      const mithep::TrackMap  *trackMap_; //map wrt tracker tracks
37    };
38   }
39   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines