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

Comparing UserCode/Morgan/interface/TRootMCPhoton.h (file contents):
Revision 1.3 by lethuill, Thu Oct 30 16:25:34 2008 UTC vs.
Revision 1.4 by lethuill, Wed Dec 17 16:23:49 2008 UTC

# Line 135 | Line 135 | public:
135  
136          std::vector<TLorentzVector> tracks() const  { return tracks_;}
137          Int_t recoPhotonIndex() const  { return recoPhotonIndex_;}
138 +        virtual TString typeName() const { return "TRootMCPhoton"; }
139  
140          void setConvVertex(TVector3 convVertex) { convVertex_=convVertex; }
141          void setConvVertex(Double_t x, Double_t y, Double_t z) { convVertex_.SetXYZ(x, y ,z); }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines