FairRoot/PandaRoot
PndGiBuuDecayerAbs.h
Go to the documentation of this file.
1 /*
2  * PndGiBuuDecayerAbs.h
3  *
4  * Created on: Aug 7, 2012
5  * Author: stockman
6  * Abstract base class for decaying particles in the PndGiBuuGenerator
7  */
8 
9 #ifndef PNDGIBUUDECAYERABS_H_
10 #define PNDGIBUUDECAYERABS_H_
11 
12 #include "PndGiBuuTrack.h"
13 
14 #include <vector>
15 
17 public:
19  virtual ~PndGiBuuDecayerAbs();
20 
21  virtual std::vector<PndGiBuuTrack> DecayTrack(PndGiBuuTrack track) = 0;
22 
24 };
25 
26 #endif /* PNDGIBUUDECAYERABS_H_ */
PndRiemannTrack track
Definition: RiemannTest.C:33
ClassDef(PndGiBuuDecayerAbs, 1)
virtual std::vector< PndGiBuuTrack > DecayTrack(PndGiBuuTrack track)=0