ACTS
Experiment-independent tracking
Loading...
Searching...
No Matches
FastJet Plugin

Detailed Description

Classes

class  ActsPlugins::FastJet::Jet
 Common class for jets. More...
class  ActsPlugins::FastJet::TrackJet
class  ActsPlugins::FastJet::TruthJet

Enumerations

enum class  ActsPlugins::FastJet::JetLabel { ActsPlugins::FastJet::JetLabel::Unknown = 0 , ActsPlugins::FastJet::JetLabel::BJet = 5 , ActsPlugins::FastJet::JetLabel::CJet = 4 , ActsPlugins::FastJet::JetLabel::LightJet = 1 }
 Jet labeling enum. More...

Functions

std::ostream & ActsPlugins::FastJet::operator<< (std::ostream &os, const JetLabel &label)

Enumeration Type Documentation

◆ JetLabel

enum class ActsPlugins::FastJet::JetLabel
strong

Jet labeling enum.

Enumerator
Unknown 
BJet 
CJet 
LightJet 

Function Documentation

◆ operator<<()

std::ostream & ActsPlugins::FastJet::operator<< ( std::ostream & os,
const JetLabel & label )