CbmRoot
Loading...
Searching...
No Matches
CbmAnaTreeObjectTrack.cxx
Go to the documentation of this file.
1/* Copyright (C) 2023-2023 Warsaw University of Technology, Warsaw
2 SPDX-License-Identifier: GPL-3.0-only
3 Authors: Daniel Wielanek [committer] */
5
7
9
11 : TObject()
12 , fTreeParticle(other.fTreeParticle)
13 , fTreeTrack(other.fTreeTrack)
14 , fTreeHit(other.fTreeHit)
15{
16}
17
19{
20 if (this == &other) return *this;
22 fTreeTrack = other.fTreeTrack;
23 fTreeHit = other.fTreeHit;
24 return *this;
25}
AnalysisTree::Hit * fTreeHit
CbmAnaTreeObjectTrack & operator=(const CbmAnaTreeObjectTrack &other)
AnalysisTree::Particle * fTreeParticle
AnalysisTree::Track * fTreeTrack