|
 |
Rivet 4.1.0
|
|
template<typename CONTAINER , typename = std::enable_if_t< is_citerable_v<CONTAINER>, Jet >> |
static CONTAINER | Rivet::FastJets::reclusterJets (const CONTAINER &jetsIn, const fastjet::JetDefinition &jDef) |
| Recluster Rivet::Jets.
|
|
template<typename CONTAINER , typename = std::enable_if_t< is_citerable_v<CONTAINER>, Jet >> |
static CONTAINER | Rivet::FastJets::reclusterJets (const CONTAINER &jetsIn, const fastjet::JetDefinition &jDef, const fastjet::Filter &filter) |
| Recluster Rivet::Jets.
|
|
template<typename CONTAINER , typename = std::enable_if_t< is_citerable_v<CONTAINER>, Jet >> |
static CONTAINER | Rivet::FastJets::reclusterJets (const CONTAINER &jetsIn, const FJPluginPtr &jetAlg) |
| Apply the.
|
|
template<typename CONTAINER , typename = std::enable_if_t< is_citerable_v<CONTAINER>, Jet >> |
static CONTAINER | Rivet::FastJets::reclusterJets (const CONTAINER &jetsIn, const FJPluginPtr &jetAlg, const fastjet::Filter &filter) |
| Apply the.
|
|
template<JetAlg JETALG, typename... Args, typename CONTAINER , typename = std::enable_if_t< is_citerable_v<CONTAINER>, Jet >> |
static CONTAINER | Rivet::FastJets::reclusterJets (const CONTAINER &jetsIn, Args &&... args) |
| Apply the.
|
|
template<JetAlg JETALG, typename... Args, typename CONTAINER , typename = std::enable_if_t< is_citerable_v<CONTAINER>, Jet >> |
static CONTAINER | Rivet::FastJets::reclusterJets (const CONTAINER &jetsIn, const fastjet::Filter &filter, Args &&... args) |
| Apply the.
|
|
template<typename T , typename U , typename... Args> |
static std::map< T, U > | Rivet::FastJets::reclusterJets (const std::map< T, U > &jetsMap, Args &&... args) |
| Apply the.
|
|
template<JetAlg JETALG, typename T , typename U , typename... Args> |
static std::map< T, U > | Rivet::FastJets::reclusterJets (const std::map< T, U > &jetsMap, Args &&... args) |
| Apply the.
|
|
◆ reclusterJets() [1/8]
template<JetAlg JETALG, typename... Args, typename CONTAINER , typename = std::enable_if_t< is_citerable_v<CONTAINER>, Jet >>
static CONTAINER Rivet::FastJets::reclusterJets |
( |
const CONTAINER & |
jetsIn, |
|
|
Args &&... |
args |
|
) |
| |
|
inlinestatic |
◆ reclusterJets() [2/8]
template<JetAlg JETALG, typename... Args, typename CONTAINER , typename = std::enable_if_t< is_citerable_v<CONTAINER>, Jet >>
static CONTAINER Rivet::FastJets::reclusterJets |
( |
const CONTAINER & |
jetsIn, |
|
|
const fastjet::Filter & |
filter, |
|
|
Args &&... |
args |
|
) |
| |
|
inlinestatic |
Apply the.
- Parameters
-
JETALG | (given as an template-enum JetAlg and arbitrary |
args...) | to the given |
jetsIn | jet collection. |
- Returns
- jet collection with FastJet jet algorithm applied
- Parameters
-
filter | a FastJet::Filter to be applied before re-assigning the tags Needed as separate function because FastJet doesn't grant us any easy initialisation check for filters |
References Rivet::FastJets::mkJetDef(), and Rivet::FastJets::reclusterJets().
◆ reclusterJets() [3/8]
template<typename CONTAINER , typename = std::enable_if_t< is_citerable_v<CONTAINER>, Jet >>
static CONTAINER Rivet::FastJets::reclusterJets |
( |
const CONTAINER & |
jetsIn, |
|
|
const fastjet::JetDefinition & |
jDef |
|
) |
| |
|
inlinestatic |
◆ reclusterJets() [4/8]
template<typename CONTAINER , typename = std::enable_if_t< is_citerable_v<CONTAINER>, Jet >>
static CONTAINER Rivet::FastJets::reclusterJets |
( |
const CONTAINER & |
jetsIn, |
|
|
const fastjet::JetDefinition & |
jDef, |
|
|
const fastjet::Filter & |
filter |
|
) |
| |
|
inlinestatic |
◆ reclusterJets() [5/8]
template<typename CONTAINER , typename = std::enable_if_t< is_citerable_v<CONTAINER>, Jet >>
static CONTAINER Rivet::FastJets::reclusterJets |
( |
const CONTAINER & |
jetsIn, |
|
|
const FJPluginPtr & |
jetAlg |
|
) |
| |
|
inlinestatic |
Apply the.
- Parameters
-
jetAlg | (given as shared pointer to JetDefinition::Plugin) to the given |
jetsIn | jet collection. |
- Returns
- jet collection with FastJet jet algorithm applied
References Rivet::FastJets::reclusterJets().
◆ reclusterJets() [6/8]
template<typename CONTAINER , typename = std::enable_if_t< is_citerable_v<CONTAINER>, Jet >>
static CONTAINER Rivet::FastJets::reclusterJets |
( |
const CONTAINER & |
jetsIn, |
|
|
const FJPluginPtr & |
jetAlg, |
|
|
const fastjet::Filter & |
filter |
|
) |
| |
|
inlinestatic |
Apply the.
- Parameters
-
jetAlg | (given as shared pointer to JetDefinition::Plugin) to the given |
jetsIn | jet collection. |
- Returns
- jet collection with FastJet jet algorithm applied
- Parameters
-
filter | a FastJet::Filter to be applied before re-assigning the tags Needed as separate function because FastJet doesn't grant us any easy initialisation check for filters |
References Rivet::FastJets::reclusterJets().
◆ reclusterJets() [7/8]
template<typename T , typename U , typename... Args>
static std::map< T, U > Rivet::FastJets::reclusterJets |
( |
const std::map< T, U > & |
jetsMap, |
|
|
Args &&... |
args |
|
) |
| |
|
inlinestatic |
Apply the.
- Parameters
-
args... | to the given |
jetsMap | map of jets. |
- Returns
- map of jets with FastJet jet algorithm applied
References Rivet::FastJets::reclusterJets().
◆ reclusterJets() [8/8]
template<JetAlg JETALG, typename T , typename U , typename... Args>
static std::map< T, U > Rivet::FastJets::reclusterJets |
( |
const std::map< T, U > & |
jetsMap, |
|
|
Args &&... |
args |
|
) |
| |
|
inlinestatic |
Apply the.
- Parameters
-
JETALG | (given as an template-enum JetAlg and arbitrary |
args...) | to the given |
jetsMap | map of jets. |
- Returns
- map of jets with FastJet jet algorithm applied
|