< A C F G I K M N O S

<

<default> - Class Diagram
 

A

add(const KtLorentzVector&,KtRecom*) - Method in class KtLorentzVector
Add particle to jet using required recombination scheme to merge 4-momenta
add(const KtLorentzVector&) - Method in class KtLorentzVector
Add particle to jet using E scheme (4-vector addition) to merge 4-momenta

C

contains(const KtLorentzVector&) - Method in class KtLorentzVector
Check if a KtLorentzVector is a constituent
copyConstituents() - Method in class KtEvent
Get copies of input particles
copyConstituents() - Method in class KtLorentzVector
copy constituents

F

findJetsD(KtFloat) - Method in class KtEvent
Do exclusive jet-finding up to scale dCut
findJetsN(int) - Method in class KtEvent
Do exclusive jet-finding for nJets jets
findJetsY(KtFloat) - Method in class KtEvent
Do exclusive jet-finding up to parameter yCut

G

getAngle() - Method in class KtEvent
Get distance ("angle") scheme
getConstituents() - Method in class KtEvent
Get pointers to input particles
getConstituents() - Method in class KtLorentzVector
return a reference to the vector of pointers of the KtLorentzVectors constituents
getD(int,int) - Method in class KtJetTable
Kt for jet pair (i,j)
getD(int) - Method in class KtJetTable
Kt of jet (i) with respect to beam
getDMerge(int) - Method in class KtEvent
d-cut where n+1 jets merged to n
getECut() - Method in class KtEvent
Get ECut value used in calculating YCut
getETot() - Method in class KtEvent
Get total energy in event
getID() - Method in class KtLorentzVector
 
getJet(const KtLorentzVector&) - Method in class KtEvent
Jet containing given particle
If passed jet in this event, return same jet.
getJet(int) - Method in class KtJetTable
Get jet from table
getJets() - Method in class KtEvent
Return final state jets without sorting
getJetsE() - Method in class KtEvent
Return jets in order of decreasing E
getJetsEt() - Method in class KtEvent
Return final state jets in order of decreasing Et
getJetsEta() - Method in class KtEvent
Return final state jets in order of decreasing pseudorapidity (eta)
getJetsPt() - Method in class KtEvent
Return final state jets in order of decreasing Pt
getJetsRapidity() - Method in class KtEvent
Return final state jets in order of decreasing rapidity
getMinDJet() - Method in class KtJetTable
Get index of jet with min Kt with respect to beam
getMinDPair() - Method in class KtJetTable
Get indices of jet pair with min Kt
getNConstituents() - Method in class KtEvent
Get number of objects input to KtEvent
getNConstituents() - Method in class KtLorentzVector
returns the number of constituents KtLorentzVector is made up of
getNJets() - Method in class KtEvent
Returns the number of final state jets
getNJets() - Method in class KtJetTable
 
getRecom() - Method in class KtEvent
Get recombination scheme
getType() - Method in class KtEvent
Get collision type
getYMerge(int) - Method in class KtEvent
y-cut where n+1 jets merged to n

I

isInclusive() - Method in class KtEvent
Get inclusive flag: true if inclusive method constructor was used
isJet() - Method in class KtLorentzVector
is it a Jet, not single particle

K

killJet(int) - Method in class KtJetTable
Delete jet (i) from table
KtDistance - class KtDistance
Function object to calculate Kt for jets and pairs.
KtDistance() - Constructor for class KtDistance
 
KtDistanceAngle - class KtDistanceAngle
 
KtDistanceAngle(int) - Constructor for class KtDistanceAngle
 
KtDistanceDeltaR - class KtDistanceDeltaR
 
KtDistanceDeltaR(int) - Constructor for class KtDistanceDeltaR
 
KtDistanceQCD - class KtDistanceQCD
 
KtDistanceQCD(int) - Constructor for class KtDistanceQCD
 
KtEvent - class KtEvent
The KtEvent class represents a whole system
of KtLorentzVectors constructed using
the defined KT clustering algorithm.
KtEvent(const KtLorentzVector&,int,int) - Constructor for class KtEvent
Subjets method constructors
KtEvent(const KtLorentzVector&,int,KtRecom*) - Constructor for class KtEvent
 
KtEvent(const KtLorentzVector&,KtDistance*,int) - Constructor for class KtEvent
 
KtEvent(const KtLorentzVector&,KtDistance*,KtRecom*) - Constructor for class KtEvent
 
KtEvent(const std::vector&,int,int,int,KtFloat) - Constructor for class KtEvent
 
KtEvent(const std::vector&,int,int,int) - Constructor for class KtEvent
 
KtEvent(const std::vector&,int,int,int,KtFloat) - Constructor for class KtEvent
Inclusive method constructors
KtEvent(const std::vector&,int,int,int) - Constructor for class KtEvent
Exclusive method constructors
KtEvent(const std::vector&,int,int,KtRecom*,KtFloat) - Constructor for class KtEvent
 
KtEvent(const std::vector&,int,int,KtRecom*) - Constructor for class KtEvent
 
KtEvent(const std::vector&,int,KtDistance*,int,KtFloat) - Constructor for class KtEvent
 
KtEvent(const std::vector&,int,KtDistance*,int) - Constructor for class KtEvent
 
KtEvent(const std::vector&,int,KtDistance*,KtRecom*,KtFloat) - Constructor for class KtEvent
 
KtEvent(const std::vector&,int,KtDistance*,KtRecom*) - Constructor for class KtEvent
 
KtJetTable - class KtJetTable
Class KtJetTable encapsulates the jet four-momenta and Kt's in one object.
KtJetTable(const std::vector&,KtDistance*,KtRecom*) - Constructor for class KtJetTable
 
KtLorentzVector - class KtLorentzVector
 
KtLorentzVector() - Constructor for class KtLorentzVector
Default Constructor: create jet with no constituents
KtLorentzVector(const HepLorentzVector&) - Constructor for class KtLorentzVector
Constructor: create particle with given 4-momentum
KtLorentzVector(KtFloat,KtFloat,KtFloat,KtFloat) - Constructor for class KtLorentzVector
Constructor: create particle with given 4-momentum
KtRecom - class KtRecom
Function object to combine 4-momenta
KtRecom() - Constructor for class KtRecom
 
KtRecomE - class KtRecomE
 
KtRecomE() - Constructor for class KtRecomE
 
KtRecomEt - class KtRecomEt
 
KtRecomEt() - Constructor for class KtRecomEt
 
KtRecomEt2 - class KtRecomEt2
 
KtRecomEt2() - Constructor for class KtRecomEt2
 
KtRecomPt - class KtRecomPt
 
KtRecomPt() - Constructor for class KtRecomPt
 
KtRecomPt2 - class KtRecomPt2
 
KtRecomPt2() - Constructor for class KtRecomPt2
 

M

mergeJets(int,int) - Method in class KtJetTable
Combine jets (i,j) (E-scheme only so far)

N

name() - Method in class KtDistance
Name of scheme
name() - Method in class KtDistanceAngle
Name of scheme
name() - Method in class KtDistanceDeltaR
Name of scheme
name() - Method in class KtDistanceQCD
Name of scheme
name() - Method in class KtRecom
Name of scheme
name() - Method in class KtRecomE
Name of scheme
name() - Method in class KtRecomEt
Name of scheme
name() - Method in class KtRecomEt2
Name of scheme
name() - Method in class KtRecomPt
Name of scheme
name() - Method in class KtRecomPt2
Name of scheme

O

operator!=(const KtLorentzVector&) - Method in class KtLorentzVector
 
operator()()(const HepLorentzVector&,const HepLorentzVector&) - Method in class KtRecom
Return merged 4-momentum
operator()()(const HepLorentzVector&,const HepLorentzVector&) - Method in class KtRecomE
Return merged 4-momentum
operator()()(const HepLorentzVector&,const HepLorentzVector&) - Method in class KtRecomEt
Return merged 4-momentum
operator()()(const HepLorentzVector&,const HepLorentzVector&) - Method in class KtRecomEt2
Return merged 4-momentum
operator()()(const HepLorentzVector&,const HepLorentzVector&) - Method in class KtRecomPt
Return merged 4-momentum
operator()()(const HepLorentzVector&,const HepLorentzVector&) - Method in class KtRecomPt2
Return merged 4-momentum
operator()()(const KtLorentzVector&,const KtLorentzVector&) - Method in class KtDistance
Pair Kt
operator()()(const KtLorentzVector&,const KtLorentzVector&) - Method in class KtDistanceAngle
Pair Kt
operator()()(const KtLorentzVector&,const KtLorentzVector&) - Method in class KtDistanceDeltaR
Pair Kt
operator()()(const KtLorentzVector&,const KtLorentzVector&) - Method in class KtDistanceQCD
Pair Kt
operator()()(const KtLorentzVector&) - Method in class KtDistance
Jet Kt
operator()()(const KtLorentzVector&) - Method in class KtDistanceAngle
Jet Kt
operator()()(const KtLorentzVector&) - Method in class KtDistanceDeltaR
Jet Kt
operator()()(const KtLorentzVector&) - Method in class KtDistanceQCD
Jet Kt
operator()()(const KtLorentzVector&) - Method in class KtRecom
Process input 4-momentum
operator()()(const KtLorentzVector&) - Method in class KtRecomE
Process input 4-momentum
operator()()(const KtLorentzVector&) - Method in class KtRecomEt
Process input 4-momentum
operator()()(const KtLorentzVector&) - Method in class KtRecomEt2
Process input 4-momentum
operator()()(const KtLorentzVector&) - Method in class KtRecomPt
Process input 4-momentum
operator()()(const KtLorentzVector&) - Method in class KtRecomPt2
Process input 4-momentum
operator+=(const KtLorentzVector&) - Method in class KtLorentzVector
Add particle to jet using E scheme (4-vector addition) to merge 4-momenta
operator==(const KtLorentzVector&) - Method in class KtLorentzVector
Compare IDs of objects

S

setECut(KtFloat) - Method in class KtEvent
Set ECut value used in calculating YCut.