MINT2
AmpsTimeDependentCPV.h
Go to the documentation of this file.
1 #ifndef __AMPSTIMEDEPENDENTCPV_H__
2 #define __AMPSTIMEDEPENDENTCPV_H__
3 
4 #include <Mint/PdfBase.h>
5 #include <Mint/IDalitzPdf.h>
6 #include <Mint/IDalitzEvent.h>
7 
8 /*
9 ** Time dependent PDF allowing for CPV & mixing.
10 */
11 
12 /*class AmpsTimeDependentCPV : public MINT::PdfBase<IDalitzEvent>, virtual public IDalitzPdf{
13  public :
14  AmpsTimeDependentCPV() ;
15 } ;
16 */
17 
18 #endif