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.1 by bendavid, Tue Sep 30 13:03:32 2008 UTC vs.
Revision 1.3 by loizides, Sun Mar 15 11:20:40 2009 UTC

# Line 3 | Line 3
3   //
4   // FillerVertexes
5   //
6 < // Imlementation of a filler to fill EDM reco:Vertex into our mithep::Vertex data structure.
6 > // Implementation of a filler to fill EDM reco:Vertex into our mithep::Vertex data structure.
7   //
8   // Authors: J.Bendavid
9   //--------------------------------------------------------------------------------------------------
# Line 25 | Line 25 | namespace mithep
25        FillerVertexes(const edm::ParameterSet &cfg, const char *name, bool active=1);
26        ~FillerVertexes();
27  
28 <      void                     BookDataBlock(TreeWriter &tws);
29 <      void                     FillDataBlock(const edm::Event &e, const edm::EventSetup &es);
30 <      const VertexMap         *GetVertexMap() const { return vertexMap_; }
28 >      void BookDataBlock(TreeWriter &tws);
29 >      void FillDataBlock(const edm::Event &e, const edm::EventSetup &es);
30    
31      private:
32 <      std::string                           edmName_;
33 <      std::string                           mitName_;
34 <      std::string                           vertexMapName_;        //name of export map
35 <      mithep::VertexArr                    *vertexes_;             //array of vertexes
36 <      mithep::VertexMap                    *vertexMap_;      //map wrt vertexes
32 >      std::string                     edmName_;        //edm name of Vertex collection
33 >      std::string                     mitName_;        //name of Vertices in OAK
34 >      std::string                     vertexMapName_;  //name of exported map
35 >      mithep::VertexArr              *vertexes_;       //array of vertexes
36 >      mithep::VertexMap              *vertexMap_;      //map wrt vertexes
37    };
38   }
39   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines