17 #ifndef ROO_DELTA_LL_SIGNIFICANCE_MCS_MODULE
18 #define ROO_DELTA_LL_SIGNIFICANCE_MCS_MODULE
23 class RooDLLSignificanceMCSModule :
public RooAbsMCStudyModule {
26 RooDLLSignificanceMCSModule(
const RooRealVar& param, Double_t nullHypoValue=0) ;
27 RooDLLSignificanceMCSModule(
const char* parName, Double_t nullHypoValue=0) ;
28 RooDLLSignificanceMCSModule(
const RooDLLSignificanceMCSModule& other) ;
29 virtual ~RooDLLSignificanceMCSModule() ;
31 Bool_t initializeInstance() ;
33 Bool_t initializeRun(Int_t ) ;
34 RooDataSet* finalizeRun() ;
36 Bool_t processAfterFit(Int_t ) ;
40 std::string _parName ;
47 ClassDef(RooDLLSignificanceMCSModule,0)