ATLAS Offline Software
Loading...
Searching...
No Matches
Gep Namespace Reference

Classes

class  BasicGepClusterMaker
struct  Cluster
class  ConeJetMaker
class  EratioMaker
struct  EratioObj
struct  GepCaloCell
class  GepCellMap
class  GepEratioAlg
class  IClusterMaker
class  IJetMaker
class  ITowerMaker
struct  Jet
class  JetTaggerLRJConfig
class  JetTaggerLRJMaker
struct  LargeRJet
class  ModAntikTJetMaker
class  TCTowerMaker
class  TopoTowerMaker
class  WFSClusterMaker
class  WTAConeJetMaker

Enumerations

enum class  JetTaggerSeedSource { WTACone = 0 , jFexSRJ = 1 , gFexSRJ = 2 }
enum class  JetTaggerConstSource { Towers = 0 , WTACone = 1 }

Enumeration Type Documentation

◆ JetTaggerConstSource

enum class Gep::JetTaggerConstSource
strong
Enumerator
Towers 
WTACone 

Definition at line 37 of file JetTaggerLRJMaker.h.

37 {
38 Towers = 0, // GEP cell towers / clusters (constituent objects)
39 WTACone = 1 // WTA-cone small-R jets used as constituents (subjet-aware)
40 };

◆ JetTaggerSeedSource

enum class Gep::JetTaggerSeedSource
strong
Enumerator
WTACone 
jFexSRJ 
gFexSRJ 

Definition at line 31 of file JetTaggerLRJMaker.h.

31 {
32 WTACone = 0, // WTA-cone small-R jets (TrigGepPerf output)
33 jFexSRJ = 1, // (re-simulated) jFEX small-R jets
34 gFexSRJ = 2 // (re-simulated) gFEX small-R jets
35 };