TrigConf::TriggerThresholdValue Class Reference
List of all members.
Public Member Functions |
virtual TriggerThresholdValue * | createCopy () const =0 |
const std::string & | type () const |
float | ptcut () const |
float | priority () const |
int | ptCutCount () const |
virtual int | thresholdValueCount () const |
unsigned int | window () const |
virtual JetWindowSize::Size | windowSize () const |
int | phimin () const |
int | phimax () const |
int | etamin () const |
int | etamax () const |
void | setType (const std::string &type) |
void | setPtcut (float pt) |
void | setPriority (float prio) |
void | setWindow (int value) |
void | setPhiMin (int value) |
void | setPhiMax (int value) |
void | setEtaMin (int value) |
void | setEtaMax (int value) |
bool | contains (float eta, float phi) const |
const CaloInfo & | caloInfo () const |
virtual void | print (const std::string &indent="", unsigned int detail=1) const =0 |
virtual void | writeXML (std::ostream &xmlfile, int indentLevel=0, int indentWidth=2) const |
Static Public Member Functions |
static void | setCaloInfo (const CaloInfo &ci) |
static float | caloGlobalScale () |
static float | caloGlobalScaleGeVToCount () |
static float | caloGlobalScaleCountToGeV () |
Static Public Attributes |
static const int | fgCaloClusterOff = 0xff |
static const int | fgCaloJetOff = 0x3ff |
static const int | fgCaloEtSumOff = 0x7fff |
static const int | fgCaloEtMissOff = 0x7fff |
static const int | fgCaloJetEtOff = 0x33e6 |
static const int | fgCaloIsolationOff = 0x3f |
Protected Attributes |
std::string | m_Type |
float | m_Ptcut |
unsigned int | m_Priority |
unsigned int | m_Window |
JetWindowSize::Size | m_WindowSize |
int | m_PhiMin |
int | m_PhiMax |
int | m_EtaMin |
int | m_EtaMax |
The documentation for this class was generated from the following files:
- /cvmfs/atlas.cern.ch/repo/sw/ASG/AnalysisBase/2.4.31/TrigConfL1Data/TrigConfL1Data/TriggerThresholdValue.h
- /cvmfs/atlas.cern.ch/repo/sw/ASG/AnalysisBase/2.4.31/TrigConfL1Data/Root/TriggerThresholdValue.cxx