GooFit  v2.1.3
MixingTimeResolution_Aux.cu
Go to the documentation of this file.
1 #include <goofit/PDFs/GooPdf.h>
2 #include <goofit/PDFs/physics/MixingTimeResolution_Aux.h>
3 
4 namespace GooFit {
5 
6 MixingTimeResolution::MixingTimeResolution() = default;
7 MixingTimeResolution::~MixingTimeResolution() = default;
8 
9 void MixingTimeResolution::initIndex(void *dev_fcn_ptr) { resFunctionIdx = GooPdf::findFunctionIdx(dev_fcn_ptr); }
10 } // namespace GooFit