ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigConfiguration
TrigConfL1Data
Root
XsThresholdValue.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#include "
TrigConfL1Data/XsThresholdValue.h
"
6
#include "
TrigConfL1Data/L1DataDef.h
"
7
#include <iostream>
8
9
TrigConf::XsThresholdValue::XsThresholdValue
()
10
:
TriggerThresholdValue
()
11
{}
12
13
TrigConf::TriggerThresholdValue
*
14
TrigConf::XsThresholdValue::createCopy
()
const
{
15
return
new
XsThresholdValue
(*
this
);
16
}
17
18
void
19
TrigConf::XsThresholdValue::print
(
const
std::string&
indent
,
unsigned
int
/*detail*/
)
const
{
20
std::cout <<
indent
<<
"-----------------------"
<< std::endl;
21
std::cout <<
indent
<<
"XsThresholdValue: "
<< std::endl;
22
printNameIdV
(
indent
);
23
std::cout <<
indent
<<
"\t Type: "
<<
m_Type
<< std::endl;
24
std::cout <<
indent
<<
"\t ptcut: "
<<
m_Ptcut
25
<<
" count="
<<
thresholdValueCount
() << std::endl;
26
}
27
28
void
29
TrigConf::XsThresholdValue::writeXML
(std::ostream &
xmlfile
,
int
indentLevel,
int
indentWidth)
const
{
30
indent
(
xmlfile
, indentLevel, indentWidth)
31
<<
"<TriggerThresholdValue em_isolation=\"63\" etamin=\"-49\" etamax=\"49\" had_isolation=\"63\" had_veto=\"63\" name=\""
<<
name
()
32
<<
"\" phimin=\"0\" phimax=\"64\" priority=\""
<<
m_Priority
33
<<
"\" thresholdval=\""
<<
m_Ptcut
34
<<
"\" type=\""
<<
m_Type
35
<<
"\" window=\"0\"/>"
36
<< std::endl;
37
}
L1DataDef.h
XsThresholdValue.h
TrigConf::TrigConfData::indent
std::ostream & indent(std::ostream &o, int lvl, int size) const
Definition
TrigConfData.cxx:23
TrigConf::TrigConfData::printNameIdV
void printNameIdV(const std::string &indent="") const
Definition
TrigConfData.cxx:31
TrigConf::TriggerThresholdValue
Definition
TriggerThresholdValue.h:22
TrigConf::TriggerThresholdValue::m_Priority
unsigned int m_Priority
Definition
TriggerThresholdValue.h:78
TrigConf::TriggerThresholdValue::thresholdValueCount
virtual int thresholdValueCount() const
Definition
TriggerThresholdValue.cxx:76
TrigConf::TriggerThresholdValue::TriggerThresholdValue
TriggerThresholdValue()
Definition
TriggerThresholdValue.cxx:62
TrigConf::TriggerThresholdValue::m_Ptcut
float m_Ptcut
Definition
TriggerThresholdValue.h:77
TrigConf::TriggerThresholdValue::m_Type
std::string m_Type
Definition
TriggerThresholdValue.h:76
TrigConf::XsThresholdValue::print
virtual void print(const std::string &indent="", unsigned int detail=1) const override
Definition
XsThresholdValue.cxx:19
TrigConf::XsThresholdValue::createCopy
virtual TriggerThresholdValue * createCopy() const override
Definition
XsThresholdValue.cxx:14
TrigConf::XsThresholdValue::writeXML
virtual void writeXML(std::ostream &xmlfile, int indentLevel=0, int indentWidth=2) const override
Definition
XsThresholdValue.cxx:29
TrigConf::XsThresholdValue::XsThresholdValue
XsThresholdValue()
Definition
XsThresholdValue.cxx:9
xmlfile
static std::vector< std::string > xmlfile
Definition
iLumiCalc.h:29
TrigConf::name
Definition
HLTChainList.h:35
Generated on
for ATLAS Offline Software by
1.17.0