rivet
is hosted by
Hepforge
,
IPPP Durham
Rivet home
Contur
Professor
YODA
MCplots
AGILe
Downloads
Analyses
Standard analyses
Analysis changelog
Writing an analysis
Analysis coverage & wishlists
General
No searches/HI
Searches
Heavy ion
Documentation
Manual & talk links
Getting started / tutorials
Rivet via Docker
Changelog
Doxygen code/API docs
Source code
Contact
Rivet
4.0.0
include
Rivet
Tools
Cuts.fhh
1
#ifndef RIVET_Cuts_FHH
2
#define RIVET_Cuts_FHH
3
4
#include <memory>
5
6
namespace Rivet {
7
8
9
/// @internal Forward declaration of helper class. Not for end users.
10
class CuttableBase;
11
12
/// @internal Base class for cut objects.
13
/// @note End users should always use the @ref Cut typedef instead.
14
class CutBase;
15
16
/// Main cut object
17
typedef std::shared_ptr<CutBase> Cut;
18
19
20
}
21
22
#endif
Generated on Thu Feb 29 2024 15:46:47 for Rivet by
1.9.8