file /home/anarendran/Documents/temp/rivet/include/Rivet/Tools/Cuts.fhh

/home/anarendran/Documents/temp/rivet/include/Rivet/Tools/Cuts.fhh

Source code

#ifndef RIVET_Cuts_FHH
#define RIVET_Cuts_FHH

#include <memory>

namespace Rivet {


  /// @internal Forward declaration of helper class. Not for end users.
  class CuttableBase;

  /// @internal Base class for cut objects.
  /// @note End users should always use the @ref Cut typedef instead.
  class CutBase;

  /// Main cut object
  typedef std::shared_ptr<CutBase> Cut;


}

#endif

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