FastJet
3.4.0-beta.1
|
template class derived from UserScaleBase::StryctureType that works for both SISCone jet classes implemented below
More...
#include <fastjet/SISConeBasePlugin.hh>
Public Member Functions | |
UserScaleBaseStructureType (const Tjet &jet, const ClusterSequence &cs) | |
virtual | ~UserScaleBaseStructureType () |
empty virtual dtor | |
virtual unsigned int | size () const |
returns the number of constituents | |
virtual int | constituent_index (unsigned int i) const |
returns the index (in the original particle list) of the ith constituent | |
virtual double | ordering_var2 () const |
returns the sm_var2 (signed ordering variable squared) for this stable cone | |
Protected Attributes | |
const Tjet & | _jet |
a reference to the internal jet in SISCone | |
template class derived from UserScaleBase::StryctureType that works for both SISCone jet classes implemented below
Definition at line 342 of file SISConeBasePlugin.hh.