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

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

Namespaces

Name
Rivet

Classes

Name
classRivet::ChargedFinalState
Project only charged final state particles.

Source code

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

#include "Rivet/Projections/FinalState.hh"

namespace Rivet {


  class ChargedFinalState : public FinalState {
  public:



    ChargedFinalState(const FinalState& fsp);

    ChargedFinalState(const Cut& c=Cuts::open());

    DEFAULT_RIVET_PROJ_CLONE(ChargedFinalState);



    void project(const Event& e);

    CmpState compare(const Projection& p) const;

  };


}


#endif

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