file /home/anarendran/Documents/temp/rivet/include/Rivet/Projections/FinalPartons.hh

/home/anarendran/Documents/temp/rivet/include/Rivet/Projections/FinalPartons.hh

Namespaces

Name
Rivet

Classes

Name
classRivet::FinalPartons

Source code

// -*- C++ -*-
#ifndef RIVET_FinalPartons_HH
#define RIVET_FinalPartons_HH

#include "Rivet/Projections/FinalState.hh"

namespace Rivet {


  class FinalPartons : public FinalState {
  public:

    FinalPartons(const Cut& c=Cuts::open())
      : FinalState(c) { }

    DEFAULT_RIVET_PROJ_CLONE(FinalPartons);

    void project(const Event& e);


  protected:

    bool accept(const Particle& p) const;

  };


}

#endif

Updated on 2022-08-07 at 20:17:18 +0100