herwig is hosted by Hepforge, IPPP Durham
Herwig  7.2.1
StandardSelectors.h
1 // -*- C++ -*-
2 //
3 // StandardSelectors.h is a part of Herwig - A multi-purpose Monte Carlo event generator
4 // Copyright (C) 2002-2019 The Herwig Collaboration
5 //
6 // Herwig is licenced under version 3 of the GPL, see COPYING for details.
7 // Please respect the MCnet academic guidelines, see GUIDELINES for details.
8 //
9 #ifndef HERWIG_StandardSelectors_H
10 #define HERWIG_StandardSelectors_H
11 
20 #include "ThePEG/EventRecord/SelectorBase.h"
21 #include "ThePEG/EventRecord/Particle.h"
22 #include "ThePEG/EventRecord/ParticleTraits.h"
23 
24 namespace Herwig {
25 using namespace ThePEG;
26 
31 
35  virtual bool check(const Particle & p) const;
36 
37 };
38 }
39 
40 #endif /* HERWIG_StandardSelectors_H */
Selector to select weakly decaying B hadrons.
-*- C++ -*-