9 #ifndef ThePEG_StandardEventHandler_H
10 #define ThePEG_StandardEventHandler_H
13 #include "ThePEG/Config/ThePEG.h"
14 #include "ThePEG/Handlers/EventHandler.h"
15 #include "ThePEG/Repository/Strategy.fh"
16 #include "ThePEG/Handlers/SamplerBase.fh"
17 #include "ThePEG/PDF/PartonBin.fh"
18 #include "ThePEG/MatrixElement/MEBase.fh"
19 #include "SubProcessHandler.fh"
20 #include "StandardXComb.fh"
21 #include "StandardEventHandler.fh"
224 int ibin,
int nr,
const double * r);
385 void reject(
double weight);
498 class StandardEventHandlerUpdateException:
public UpdateException {};
504 class StandardEventHandlerInitError:
public Exception {};
523 struct BaseClassTrait<StandardEventHandler,1>:
public ClassTraitsType {
533 struct ClassTraits<StandardEventHandler>
534 :
public ClassTraitsBase<StandardEventHandler> {
538 static string className() {
return "ThePEG::StandardEventHandler"; }