FinalPartons.hh
Go to the documentation of this file.
00001 // -*- C++ -*- 00002 #ifndef RIVET_FinalPartons_HH 00003 #define RIVET_FinalPartons_HH 00004 00005 #include "Rivet/Projections/FinalState.hh" 00006 00007 namespace Rivet { 00008 00009 class FinalPartons : public FinalState { 00010 public: 00011 FinalPartons(Cut c=Cuts::open()) : FinalState(c) { } 00012 00013 const Projection* clone() const { 00014 return new FinalPartons(*this); 00015 } 00016 00017 void project(const Event& e); 00018 00019 protected: 00020 bool accept(const Particle& p) const; 00021 }; 00022 00023 } 00024 00025 #endif Generated on Tue Mar 24 2015 17:35:26 for The Rivet MC analysis system by ![]() |