FairRoot/PandaRoot
Functions
PndDiscParticleMCPoint.cxx File Reference
#include "PndDiscParticleMCPoint.h"
#include <iostream>

Go to the source code of this file.

Functions

 ClassImp (PndDiscParticleMCPoint) PndDiscParticleMCPoint
 

Function Documentation

ClassImp ( PndDiscParticleMCPoint  )

Definition at line 16 of file PndDiscParticleMCPoint.cxx.

21  : FairMCPoint(),
22 volume_id(0),
23 pos_out(0.,0.,0.),
24 mom_out(0.,0.,0.),
25 charge(0.),
26 mass(0.),
27 pdgCode(0),
28 pos_in_inside(false),
29 is_primary(false),
30 my_energy_loss(0.)
31 {
32 }