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