# | 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 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |