Public Member Functions

ForIA::JetKey Class Reference

Holds jet alg parameters and can be used to look up and load a particular jet. More...

#include <JetKey.hh>

List of all members.

Public Member Functions

 JetKey (Jet::Algorithm alg, double rparam, Jet::Calibration calibration)
bool operator== (const JetKey &key) const
size_t rAsInt () const
Jet::Algorithm alg () const
double rParam () const
Jet::Calibration calibration () const
void setFiltered (bool filtered)
 Set this to be a filtered jet (default = not filtered)
bool filtered () const

Detailed Description

Holds jet alg parameters and can be used to look up and load a particular jet.

Definition at line 13 of file JetKey.hh.


Constructor & Destructor Documentation

ForIA::JetKey::JetKey ( Jet::Algorithm  alg,
double  rparam,
Jet::Calibration  calibration 
)

Constructor of a JetKey

Parameters:
algThe jet algorithm type
rparamThe r parameter
calibrationThe type of calibration used

Definition at line 5 of file JetKey.cxx.


Member Function Documentation

Jet::Algorithm ForIA::JetKey::alg (  ) const [inline]
Returns:
The Jet algorithm

Definition at line 40 of file JetKey.hh.

Jet::Calibration ForIA::JetKey::calibration (  ) const [inline]
Returns:
The calibration used

Definition at line 50 of file JetKey.hh.

bool ForIA::JetKey::filtered (  ) const [inline]
Returns:
True if this jet is filtered.

Definition at line 58 of file JetKey.hh.

bool ForIA::JetKey::operator== ( const JetKey key ) const [inline]

Equality operator Used by boost::unordered_map?

Definition at line 28 of file JetKey.hh.

size_t ForIA::JetKey::rAsInt (  ) const

Return the r-param as an integer representation Used for pattern matching the JetKey to a string

Definition at line 11 of file JetKey.cxx.

double ForIA::JetKey::rParam (  ) const [inline]
Returns:
The r-param

Definition at line 45 of file JetKey.hh.

void ForIA::JetKey::setFiltered ( bool  filtered )

Set this to be a filtered jet (default = not filtered)

Definition at line 23 of file JetKey.cxx.


The documentation for this class was generated from the following files: