CbmRoot
Loading...
Searching...
No Matches
CbmTrdTrack.cxx
Go to the documentation of this file.
1/* Copyright (C) 2005-2019 GSI Helmholtzzentrum fuer Schwerionenforschung, Darmstadt
2 SPDX-License-Identifier: GPL-3.0-only
3 Authors: Matus Kalisky, Florian Uhlig, Denis Bertini [committer] */
4
5// -------------------------------------------------------------------------
6// ----- CbmStsTrack source file -----
7// ----- Created 11/07/05 by M. Kalisky -----
8// ----- Modified 04/06/09 by A. Lebedev -----
9// -------------------------------------------------------------------------
10#include "CbmTrdTrack.h"
11
12// ----- Default constructor -------------------------------------------
14 : CbmTrack()
15 , fPidWkn(-1.)
16 , fPidANN(-1.)
17 , fPidLikeEL(-1.)
18 , fPidLikePI(-1.)
19 , fPidLikeKA(-1.)
20 , fPidLikePR(-1.)
21 , fPidLikeMU(-1.)
22 , fELoss(-1.)
23{
24}
25// -------------------------------------------------------------------------
26
27// ----- Destructor ----------------------------------------------------
29// -------------------------------------------------------------------------
30
ClassImp(CbmTrdTrack)
virtual ~CbmTrdTrack()