#include <JetThresholdValue.h>
|
| std::ostream & | indent (std::ostream &o, int lvl, int size) const |
Definition at line 12 of file JetThresholdValue.h.
◆ JetThresholdValue()
| TrigConf::JetThresholdValue::JetThresholdValue |
( |
| ) |
|
◆ ~JetThresholdValue()
| virtual TrigConf::JetThresholdValue::~JetThresholdValue |
( |
| ) |
|
|
overridevirtualdefault |
◆ __str__()
| string TrigConfData::__str__ |
( |
| ) |
const |
|
virtualinherited |
◆ caloGlobalScale()
| float TrigConf::TriggerThresholdValue::caloGlobalScale |
( |
| ) |
|
|
staticinherited |
Definition at line 41 of file TriggerThresholdValue.cxx.
41 {
42 if (fgCaloInfoPointer)
43 return fgCaloInfoPointer->globalScale();
44 return 1.0;
45}
◆ caloGlobalScaleCountToGeV()
| float TrigConf::TriggerThresholdValue::caloGlobalScaleCountToGeV |
( |
| ) |
|
|
staticinherited |
◆ caloGlobalScaleGeVToCount()
| float TrigConf::TriggerThresholdValue::caloGlobalScaleGeVToCount |
( |
| ) |
|
|
staticinherited |
◆ caloInfo()
| const CaloInfo & TriggerThresholdValue::caloInfo |
( |
| ) |
const |
|
inherited |
◆ comment()
| const std::string & TrigConf::TrigConfData::comment |
( |
| ) |
const |
|
inlineinherited |
◆ contains()
| bool TrigConf::TriggerThresholdValue::contains |
( |
float | eta, |
|
|
float | phi ) const |
|
inherited |
◆ createCopy()
◆ etamax()
| int TrigConf::TriggerThresholdValue::etamax |
( |
| ) |
const |
|
inlineinherited |
◆ etamin()
| int TrigConf::TriggerThresholdValue::etamin |
( |
| ) |
const |
|
inlineinherited |
◆ id()
| unsigned int TrigConf::TrigConfData::id |
( |
| ) |
const |
|
inlineinherited |
◆ indent()
| std::ostream & TrigConfData::indent |
( |
std::ostream & | o, |
|
|
int | lvl, |
|
|
int | size ) const |
|
protectedinherited |
Definition at line 23 of file TrigConfData.cxx.
23 {
25 if(
width==0)
return o;
26 o << setw(lvl*size) << " ";
27 return o;
28}
◆ lvl1MasterTableId()
| unsigned int TrigConf::L1DataBaseclass::lvl1MasterTableId |
( |
| ) |
const |
|
inlineinherited |
◆ name()
| const std::string & TrigConf::TrigConfData::name |
( |
| ) |
const |
|
inlineinherited |
◆ phimax()
| int TrigConf::TriggerThresholdValue::phimax |
( |
| ) |
const |
|
inlineinherited |
◆ phimin()
| int TrigConf::TriggerThresholdValue::phimin |
( |
| ) |
const |
|
inlineinherited |
◆ print()
| void TrigConf::JetThresholdValue::print |
( |
const std::string & | indent = "", |
|
|
unsigned int | detail = 1 ) const |
|
overridevirtual |
Implements TrigConf::TriggerThresholdValue.
Definition at line 60 of file JetThresholdValue.cxx.
60 {
61 cout <<
indent <<
"--------------------" << endl;
62 cout <<
indent <<
"JetThresholdValue: " << endl;
63 cout <<
indent <<
"\t id: " <<
id() << endl;
64 cout <<
indent <<
"\t Name: " <<
name() << endl;
75}
virtual int thresholdValueCount() const override
std::ostream & indent(std::ostream &o, int lvl, int size) const
const std::string & name() const
unsigned int version() const
◆ printNameIdV()
| void TrigConfData::printNameIdV |
( |
const std::string & | indent = "" | ) |
const |
|
inherited |
Definition at line 31 of file TrigConfData.cxx.
31 {
34 cout <<
" (id=" <<
id() <<
"/v=" <<
version() <<
")";
35 cout << endl;
38}
const std::string & comment() const
◆ priority()
| float TrigConf::TriggerThresholdValue::priority |
( |
| ) |
const |
|
inlineinherited |
◆ ptcut()
| float TrigConf::TriggerThresholdValue::ptcut |
( |
| ) |
const |
|
inlineinherited |
◆ ptCutCount()
| int TrigConf::TriggerThresholdValue::ptCutCount |
( |
| ) |
const |
|
inlineinherited |
◆ setCaloInfo()
| void TriggerThresholdValue::setCaloInfo |
( |
const CaloInfo & | ci | ) |
|
|
staticinherited |
◆ setComment()
| void TrigConf::TrigConfData::setComment |
( |
const std::string & | c | ) |
|
|
inlineinherited |
◆ setEtaMax()
| void TrigConf::TriggerThresholdValue::setEtaMax |
( |
int | value | ) |
|
|
inlineinherited |
◆ setEtaMin()
| void TrigConf::TriggerThresholdValue::setEtaMin |
( |
int | value | ) |
|
|
inlineinherited |
◆ setId()
| void TrigConf::TrigConfData::setId |
( |
unsigned int | id | ) |
|
|
inlineinherited |
◆ setLvl1MasterTableId()
| void TrigConf::L1DataBaseclass::setLvl1MasterTableId |
( |
unsigned int | id | ) |
|
|
inlineinherited |
◆ setName()
| void TrigConf::TrigConfData::setName |
( |
const std::string & | name | ) |
|
|
inlineinherited |
◆ setPhiMax()
| void TrigConf::TriggerThresholdValue::setPhiMax |
( |
int | value | ) |
|
|
inlineinherited |
◆ setPhiMin()
| void TrigConf::TriggerThresholdValue::setPhiMin |
( |
int | value | ) |
|
|
inlineinherited |
◆ setPriority()
| void TrigConf::TriggerThresholdValue::setPriority |
( |
float | prio | ) |
|
|
inlineinherited |
◆ setPtcut()
| void TrigConf::TriggerThresholdValue::setPtcut |
( |
float | pt | ) |
|
|
inlineinherited |
◆ setSMK()
| void TrigConf::TrigConfData::setSMK |
( |
int | id | ) |
|
|
inlineinherited |
◆ setSuperMasterTableId()
| void TrigConf::TrigConfData::setSuperMasterTableId |
( |
int | id | ) |
|
|
inlineinherited |
◆ setType()
| void TrigConf::TriggerThresholdValue::setType |
( |
const std::string & | type | ) |
|
|
inlineinherited |
◆ setVersion()
| void TrigConf::TrigConfData::setVersion |
( |
unsigned int | version | ) |
|
|
inlineinherited |
◆ setWindow()
| void TrigConf::TriggerThresholdValue::setWindow |
( |
int | value | ) |
|
|
inlineinherited |
◆ smk()
| unsigned int TrigConf::TrigConfData::smk |
( |
| ) |
const |
|
inlineinherited |
◆ superMasterTableId()
| int TrigConf::TrigConfData::superMasterTableId |
( |
| ) |
const |
|
inlineinherited |
◆ thresholdValueCount()
| int JetThresholdValue::thresholdValueCount |
( |
| ) |
const |
|
overridevirtual |
Reimplemented from TrigConf::TriggerThresholdValue.
Definition at line 22 of file JetThresholdValue.cxx.
22 {
26 }
28}
float globalJetScale() const
const CaloInfo & caloInfo() const
static const int fgCaloJetOff
int count(std::string s, const std::string ®x)
count how many occurances of a regx are in a string
◆ type()
| const std::string & TrigConf::TriggerThresholdValue::type |
( |
| ) |
const |
|
inlineinherited |
◆ version()
| unsigned int TrigConf::TrigConfData::version |
( |
| ) |
const |
|
inlineinherited |
◆ window()
| unsigned int TrigConf::TriggerThresholdValue::window |
( |
| ) |
const |
|
inlineinherited |
◆ windowSize()
◆ windowSizeAsString()
| std::string JetThresholdValue::windowSizeAsString |
( |
| ) |
const |
Definition at line 45 of file JetThresholdValue.cxx.
45 {
48 return "LARGE";
50 return "SMALL";
52 return "NONE";
53 return "UNDEF";
54}
virtual JetWindowSize::Size windowSize() const override
◆ writeXML()
| void TrigConf::JetThresholdValue::writeXML |
( |
std::ostream & | xmlfile, |
|
|
int | indentLevel = 0, |
|
|
int | indentWidth = 2 ) const |
|
overridevirtual |
Reimplemented from TrigConf::TriggerThresholdValue.
Definition at line 78 of file JetThresholdValue.cxx.
78 {
80 << "<TriggerThresholdValue"
81 << " em_isolation=\"63\""
84 << " had_isolation=\"63\""
85 << " had_veto=\"63\""
86 <<
" name=\"" <<
name() <<
"\""
90 <<
" thresholdval=\"" <<
m_Ptcut <<
"\""
91 <<
" type=\"" <<
m_Type <<
"\""
94 << endl;
95}
std::string windowSizeAsString() const
static std::vector< std::string > xmlfile
◆ fgCaloClusterOff
| const int TriggerThresholdValue::fgCaloClusterOff = 0xff |
|
staticinherited |
◆ fgCaloEtMissOff
| const int TriggerThresholdValue::fgCaloEtMissOff = 0x7fff |
|
staticinherited |
◆ fgCaloEtSumOff
| const int TriggerThresholdValue::fgCaloEtSumOff = 0x7fff |
|
staticinherited |
◆ fgCaloIsolationOff
| const int TriggerThresholdValue::fgCaloIsolationOff = 0x3f |
|
staticinherited |
◆ fgCaloJetEtOff
| const int TriggerThresholdValue::fgCaloJetEtOff = 0x33e6 |
|
staticinherited |
◆ fgCaloJetOff
| const int TriggerThresholdValue::fgCaloJetOff = 0x3ff |
|
staticinherited |
◆ m_comment
| std::string TrigConf::TrigConfData::m_comment |
|
privateinherited |
◆ m_EtaMax
| int TrigConf::TriggerThresholdValue::m_EtaMax |
|
protectedinherited |
◆ m_EtaMin
| int TrigConf::TriggerThresholdValue::m_EtaMin |
|
protectedinherited |
◆ m_id
| unsigned int TrigConf::TrigConfData::m_id |
|
privateinherited |
◆ m_Lvl1MasterId
| unsigned int TrigConf::L1DataBaseclass::m_Lvl1MasterId |
|
privateinherited |
◆ m_name
| std::string TrigConf::TrigConfData::m_name |
|
privateinherited |
◆ m_PhiMax
| int TrigConf::TriggerThresholdValue::m_PhiMax |
|
protectedinherited |
◆ m_PhiMin
| int TrigConf::TriggerThresholdValue::m_PhiMin |
|
protectedinherited |
◆ m_Priority
| unsigned int TrigConf::TriggerThresholdValue::m_Priority |
|
protectedinherited |
◆ m_Ptcut
| float TrigConf::TriggerThresholdValue::m_Ptcut |
|
protectedinherited |
◆ m_smk
| unsigned int TrigConf::TrigConfData::m_smk |
|
privateinherited |
◆ m_Type
| std::string TrigConf::TriggerThresholdValue::m_Type |
|
protectedinherited |
◆ m_version
| unsigned int TrigConf::TrigConfData::m_version |
|
privateinherited |
◆ m_Window
| unsigned int TrigConf::TriggerThresholdValue::m_Window |
|
protectedinherited |
◆ m_WindowSize
The documentation for this class was generated from the following files: