FairRoot/PandaRoot
Functions
PndDrcTrackInfo.cxx File Reference
#include "PndDrcTrackInfo.h"

Go to the source code of this file.

Functions

 ClassImp (PndDrcTrackInfo) PndDrcTrackInfo
 

Function Documentation

ClassImp ( PndDrcTrackInfo  )

Definition at line 10 of file PndDrcTrackInfo.cxx.

13  : TObject(),
14  fPhotonArray(),
15  fPhotonSize(0),
16  fMcPdg(0),
17  fMcMomentum(TVector3()),
18  fMcMomentumInBar(TVector3()),
19  fMcPositionInBar(TVector3()),
20  fMcCherenkov(0),
21  fMcTimeInBar(0),
22  fPdg(0),
23  fMomentum(TVector3()),
24  fCherenkov(0)
25 {
26 }