1 #include <fastjet/ClusterSequenceArea.hh> 2 #include "fastjet/tools/BackgroundEstimator.hh" 10 Test(
const BackgroundEstimator & bge) : _bge(bge){}
11 double get_rho(){
return _bge.rho();}
13 BackgroundEstimator _bge;
17 vector<PseudoJet> input;
18 input.push_back(
PtYPhiM(10.0,0.0,1.0,0.0));
23 BackgroundEstimator bge(csa, sel);
26 cout << test.get_rho() << endl;
PseudoJet PtYPhiM(double pt, double y, double phi, double m)
return a pseudojet with the given pt, y, phi and mass
General class for user to obtain ClusterSequence with additional area information.
Selector SelectorAbsRapMax(double absrapmax)
select objects with |rap| <= absrapmax
the longitudinally invariant kt algorithm
class that holds a generic area definition
int main()
an example program showing how to use fastjet
Class that encodes information about cuts and other selection criteria that can be applied to PseudoJ...
Parameters to configure the computation of jet areas using ghosts.
class that is intended to hold a full definition of the jet clusterer