herwig is hosted by Hepforge, IPPP Durham
Herwig 7.3.0
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
24namespace Herwig {
25using namespace ThePEG;
26
31
35 virtual bool check(const Particle & p) const;
36
37};
38}
39
40#endif /* HERWIG_StandardSelectors_H */
-*- C++ -*-
Selector to select weakly decaying B hadrons.
virtual bool check(const Particle &p) const
Return true if the particle should be extracted.