ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigConfiguration
TrigConfL1Data
Root
MuonThresholdValue.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/MuonThresholdValue.h
"
6
#include <iostream>
7
8
using namespace
std
;
9
10
TrigConf::MuonThresholdValue::MuonThresholdValue
() :
11
TriggerThresholdValue
()
12
{}
13
14
TrigConf::TriggerThresholdValue
*
15
TrigConf::MuonThresholdValue::createCopy
()
const
{
16
return
new
MuonThresholdValue
(*
this
);
17
}
18
19
void
20
TrigConf::MuonThresholdValue::print
(
const
std::string&
indent
,
unsigned
int
/*detail*/
)
const
{
21
cout <<
indent
<<
"-----------------------"
<< endl;
22
cout <<
indent
<<
"MuonThresholdValue: "
<< endl;
23
cout <<
indent
<<
"\t id: "
<<
id
() << endl;
24
cout <<
indent
<<
"\t Name: "
<<
name
() << endl;
25
cout <<
indent
<<
"\t Version: "
<<
version
() << endl;
26
cout <<
indent
<<
"\t Priority: "
<<
m_Priority
<< endl;
27
cout <<
indent
<<
"\t Type: "
<<
m_Type
<< endl;
28
cout <<
indent
<<
"\t ptcut: "
<<
m_Ptcut
29
<<
" count="
<<
thresholdValueCount
() << endl;
30
}
31
32
void
33
TrigConf::MuonThresholdValue::writeXML
(std::ostream &
xmlfile
,
int
indentLevel,
int
indentWidth)
const
{
34
indent
(
xmlfile
, indentLevel, indentWidth)
35
<<
"<TriggerThresholdValue em_isolation=\"63\" etamin=\"-49\" etamax=\"49\" had_isolation=\"63\" had_veto=\"63\" name=\""
<<
name
()
36
<<
"\" phimin=\"0\" phimax=\"64\" priority=\""
<<
m_Priority
37
<<
"\" thresholdval=\""
<<
m_Ptcut
38
<<
"\" type=\""
<<
m_Type
39
<<
"\" window=\"0\"/>"
40
<< endl;
41
}
42
MuonThresholdValue.h
TrigConf::MuonThresholdValue::writeXML
virtual void writeXML(std::ostream &xmlfile, int indentLevel=0, int indentWidth=2) const override
Definition
MuonThresholdValue.cxx:33
TrigConf::MuonThresholdValue::print
virtual void print(const std::string &indent="", unsigned int detail=1) const override
Definition
MuonThresholdValue.cxx:20
TrigConf::MuonThresholdValue::MuonThresholdValue
MuonThresholdValue()
Definition
MuonThresholdValue.cxx:10
TrigConf::MuonThresholdValue::createCopy
virtual TriggerThresholdValue * createCopy() const override
Definition
MuonThresholdValue.cxx:15
TrigConf::TrigConfData::id
unsigned int id() const
Definition
TrigConfData.h:21
TrigConf::TrigConfData::indent
std::ostream & indent(std::ostream &o, int lvl, int size) const
Definition
TrigConfData.cxx:23
TrigConf::TrigConfData::version
unsigned int version() const
Definition
TrigConfData.h:24
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
xmlfile
static std::vector< std::string > xmlfile
Definition
iLumiCalc.h:29
std
STL namespace.
TrigConf::name
Definition
HLTChainList.h:35
Generated on
for ATLAS Offline Software by
1.17.0