CbmRoot
NicaCbmMCTrackInterface.h
Go to the documentation of this file.
1 /*
2  * NicaCbmMCTrackInterface.h
3  *
4  * Created on: 20 wrz 2018
5  * Author: Daniel Wielanek
6  * E-mail: daniel.wielanek@gmail.com
7  * Warsaw University of Technology, Faculty of Physics
8  */
9 #ifndef BMN_NICA_BMN_FORMAT_MC_NICACBMMCTRACKINTERFACE_H_
10 #define BMN_NICA_BMN_FORMAT_MC_NICACBMMCTRACKINTERFACE_H_
11 #include "NicaMCTrackInterface.h"
12 
13 class NicaCbmMCTrackInterface : public NicaMCTrackInterface {
14 public:
16  virtual ~NicaCbmMCTrackInterface();
17  ClassDef(NicaCbmMCTrackInterface, 1)
18 };
19 
20 #endif /* BMN_NICA_BMN_FORMAT_MC_NICACBMMCTRACKINTERFACE_H_ */
NicaCbmMCTrackInterface::~NicaCbmMCTrackInterface
virtual ~NicaCbmMCTrackInterface()
Definition: NicaCbmMCTrackInterface.cxx:15
NicaCbmMCTrackInterface
Definition: NicaCbmMCTrackInterface.h:13
NicaCbmMCTrackInterface::NicaCbmMCTrackInterface
NicaCbmMCTrackInterface()
Definition: NicaCbmMCTrackInterface.cxx:11