CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
L1GtXmlParserTags.cc
Go to the documentation of this file.
1 
17 // this class header
19 
20 // system include files
21 #include <string>
22 
23 // user include files
24 
25 // constructor
27 
28  // empty
29 }
30 
31 // destructor
33 
34  // empty
35 
36 }
37 
38 // static class members
39 
40 const std::string L1GtXmlParserTags::m_xmlTagDef("def");
41 const std::string L1GtXmlParserTags::m_xmlTagHeader("header");
42 
43 const std::string L1GtXmlParserTags::m_xmlTagMenuInterface("MenuInterface");
44 const std::string L1GtXmlParserTags::m_xmlTagMenuInterfaceDate("MenuInterface_CreationDate");
45 const std::string L1GtXmlParserTags::m_xmlTagMenuInterfaceAuthor("MenuInterface_CreationAuthor");
46 const std::string L1GtXmlParserTags::m_xmlTagMenuInterfaceDescription("MenuInterface_Description");
47 
48 const std::string L1GtXmlParserTags::m_xmlTagMenuDate("Menu_CreationDate");
49 const std::string L1GtXmlParserTags::m_xmlTagMenuAuthor("Menu_CreationAuthor");
50 const std::string L1GtXmlParserTags::m_xmlTagMenuDescription("Menu_Description");
51 
52 const std::string L1GtXmlParserTags::m_xmlTagMenuAlgImpl("AlgImplementation");
53 
54 const std::string L1GtXmlParserTags::m_xmlTagScaleDbKey("ScaleDbKey");
55 
56 
57 const std::string L1GtXmlParserTags::m_xmlTagChip("condition_chip_");
58 const std::string L1GtXmlParserTags::m_xmlTagConditions("conditions");
59 // see parseAlgorithms note for "prealgos"
60 const std::string L1GtXmlParserTags::m_xmlTagAlgorithms("prealgos");
61 const std::string L1GtXmlParserTags::m_xmlTagTechTriggers("techtriggers");
62 
63 const std::string L1GtXmlParserTags::m_xmlAlgorithmAttrAlias("algAlias");
64 
65 const std::string L1GtXmlParserTags::m_xmlConditionAttrCondition("condition");
66 const std::string L1GtXmlParserTags::m_xmlConditionAttrObject("particle");
67 const std::string L1GtXmlParserTags::m_xmlConditionAttrType("type");
72 const std::string L1GtXmlParserTags::m_xmlConditionAttrConditionCastor("CondCastor");
73 const std::string L1GtXmlParserTags::m_xmlConditionAttrConditionHfBitCounts("CondHfBitCounts");
74 const std::string L1GtXmlParserTags::m_xmlConditionAttrConditionHfRingEtSums("CondHfRingEtSums");
75 const std::string L1GtXmlParserTags::m_xmlConditionAttrConditionCorrelation("CondCorrelation");
76 const std::string L1GtXmlParserTags::m_xmlConditionAttrConditionBptx("CondBptx");
77 const std::string L1GtXmlParserTags::m_xmlConditionAttrConditionExternal("CondExternal");
78 
79 const std::string L1GtXmlParserTags::m_xmlConditionAttrObjectMu("muon");
83 const std::string L1GtXmlParserTags::m_xmlConditionAttrObjectForJet("fwdjet");
85 const std::string L1GtXmlParserTags::m_xmlConditionAttrObjectETM("etm");
86 const std::string L1GtXmlParserTags::m_xmlConditionAttrObjectETT("ett");
87 const std::string L1GtXmlParserTags::m_xmlConditionAttrObjectHTT("htt");
88 const std::string L1GtXmlParserTags::m_xmlConditionAttrObjectHTM("htm");
89 const std::string L1GtXmlParserTags::m_xmlConditionAttrObjectJetCounts("jet_cnts");
90 const std::string L1GtXmlParserTags::m_xmlConditionAttrObjectHfBitCounts("HfBitCounts");
91 const std::string L1GtXmlParserTags::m_xmlConditionAttrObjectHfRingEtSums("HfRingEtSums");
92 const std::string L1GtXmlParserTags::m_xmlConditionAttrObjectCastor("Castor");
93 const std::string L1GtXmlParserTags::m_xmlConditionAttrObjectBptx("Bptx");
94 const std::string L1GtXmlParserTags::m_xmlConditionAttrObjectGtExternal("GtExternal");
95 
96 const std::string L1GtXmlParserTags::m_xmlConditionAttrType1s("1_s");
97 const std::string L1GtXmlParserTags::m_xmlConditionAttrType2s("2_s");
98 const std::string L1GtXmlParserTags::m_xmlConditionAttrType2wsc("2_wsc");
99 const std::string L1GtXmlParserTags::m_xmlConditionAttrType2cor("2_cor");
100 const std::string L1GtXmlParserTags::m_xmlConditionAttrType3s("3");
101 const std::string L1GtXmlParserTags::m_xmlConditionAttrType4s("4");
102 const std::string L1GtXmlParserTags::m_xmlConditionAttrTypeCastor("TypeCastor");
103 const std::string L1GtXmlParserTags::m_xmlConditionAttrTypeBptx("TypeBptx");
104 const std::string L1GtXmlParserTags::m_xmlConditionAttrTypeExternal("TypeExternal");
105 
106 const std::string L1GtXmlParserTags::m_xmlAttrMode("mode");
107 const std::string L1GtXmlParserTags::m_xmlAttrModeBit("bit");
108 const std::string L1GtXmlParserTags::m_xmlAttrMax("max");
109 
110 const std::string L1GtXmlParserTags::m_xmlAttrNr("nr");
111 const std::string L1GtXmlParserTags::m_xmlAttrPin("pin");
112 const std::string L1GtXmlParserTags::m_xmlAttrPinA("a");
113 
114 const std::string L1GtXmlParserTags::m_xmlTagPtHighThreshold("pt_h_threshold");
115 const std::string L1GtXmlParserTags::m_xmlTagPtLowThreshold("pt_l_threshold");
116 const std::string L1GtXmlParserTags::m_xmlTagQuality("quality");
117 const std::string L1GtXmlParserTags::m_xmlTagEta("eta");
118 const std::string L1GtXmlParserTags::m_xmlTagPhi("phi");
119 const std::string L1GtXmlParserTags::m_xmlTagPhiHigh("phi_h");
120 const std::string L1GtXmlParserTags::m_xmlTagPhiLow("phi_l");
121 const std::string L1GtXmlParserTags::m_xmlTagChargeCorrelation("charge_correlation");
122 const std::string L1GtXmlParserTags::m_xmlTagEnableMip("en_mip");
123 const std::string L1GtXmlParserTags::m_xmlTagEnableIso("en_iso");
124 const std::string L1GtXmlParserTags::m_xmlTagRequestIso("request_iso");
125 const std::string L1GtXmlParserTags::m_xmlTagDeltaEta("delta_eta");
126 const std::string L1GtXmlParserTags::m_xmlTagDeltaPhi("delta_phi");
127 
128 const std::string L1GtXmlParserTags::m_xmlTagEtThreshold("et_threshold");
129 const std::string L1GtXmlParserTags::m_xmlTagEnergyOverflow("en_overflow");
130 
131 const std::string L1GtXmlParserTags::m_xmlTagCountThreshold("et_threshold");
132 const std::string L1GtXmlParserTags::m_xmlTagCountOverflow("en_overflow");
133 
134 const std::string L1GtXmlParserTags::m_xmlTagOutput("output");
135 const std::string L1GtXmlParserTags::m_xmlTagOutputPin("output_pin");
136 
137 const std::string L1GtXmlParserTags::m_xmlTagGEq("ge_eq");
138 const std::string L1GtXmlParserTags::m_xmlTagValue("value");
139 
140 const std::string L1GtXmlParserTags::m_xmlTagChipDef("chip_def");
141 const std::string L1GtXmlParserTags::m_xmlTagChip1("chip_1");
142 const std::string L1GtXmlParserTags::m_xmlTagCa("ca");
143 
144 // strings for the vme xml file syntax
145 const std::string L1GtXmlParserTags::m_xmlTagVme("vme");
146 const std::string L1GtXmlParserTags::m_xmlTagVmeAddress("address");
static const std::string m_xmlTagEta
static const std::string m_xmlConditionAttrObjectIsoEG
static const std::string m_xmlConditionAttrConditionEnergySum
static const std::string m_xmlTagEnableIso
static const std::string m_xmlConditionAttrType1s
static const std::string m_xmlTagPhiLow
static const std::string m_xmlConditionAttrConditionHfRingEtSums
static const std::string m_xmlConditionAttrTypeCastor
virtual ~L1GtXmlParserTags()
destructor
static const std::string m_xmlTagDeltaPhi
static const std::string m_xmlConditionAttrObjectHfRingEtSums
static const std::string m_xmlConditionAttrConditionCorrelation
static const std::string m_xmlTagChipDef
static const std::string m_xmlConditionAttrObjectCenJet
static const std::string m_xmlTagHeader
static const std::string m_xmlConditionAttrObject
static const std::string m_xmlTagEtThreshold
static const std::string m_xmlConditionAttrCondition
static const std::string m_xmlTagVmeAddress
static const std::string m_xmlConditionAttrType
static const std::string m_xmlConditionAttrType4s
static const std::string m_xmlConditionAttrConditionCalo
static const std::string m_xmlTagMenuInterface
static const std::string m_xmlConditionAttrTypeBptx
static const std::string m_xmlTagScaleDbKey
static const std::string m_xmlConditionAttrConditionBptx
static const std::string m_xmlConditionAttrConditionMuon
static const std::string m_xmlTagGEq
static const std::string m_xmlTagChip1
static const std::string m_xmlTagVme
static const std::string m_xmlTagMenuInterfaceAuthor
static const std::string m_xmlConditionAttrObjectCastor
static const std::string m_xmlConditionAttrObjectForJet
static const std::string m_xmlAttrPinA
static const std::string m_xmlConditionAttrObjectHTM
static const std::string m_xmlConditionAttrObjectNoIsoEG
static const std::string m_xmlTagChargeCorrelation
static const std::string m_xmlTagOutputPin
static const std::string m_xmlTagCountOverflow
static const std::string m_xmlTagPhi
static const std::string m_xmlTagMenuDate
static const std::string m_xmlTagPhiHigh
static const std::string m_xmlTagCa
static const std::string m_xmlConditionAttrObjectTauJet
static const std::string m_xmlTagCountThreshold
static const std::string m_xmlTagEnergyOverflow
static const std::string m_xmlTagOutput
static const std::string m_xmlTagDeltaEta
static const std::string m_xmlConditionAttrObjectHfBitCounts
static const std::string m_xmlAttrNr
static const std::string m_xmlTagPtHighThreshold
static const std::string m_xmlAttrMode
static const std::string m_xmlTagTechTriggers
static const std::string m_xmlConditionAttrConditionCastor
static const std::string m_xmlConditionAttrConditionJetCounts
static const std::string m_xmlConditionAttrObjectHTT
static const std::string m_xmlTagPtLowThreshold
static const std::string m_xmlConditionAttrConditionExternal
static const std::string m_xmlConditionAttrType3s
static const std::string m_xmlAttrModeBit
static const std::string m_xmlConditionAttrObjectBptx
static const std::string m_xmlConditionAttrObjectMu
static const std::string m_xmlConditionAttrType2cor
static const std::string m_xmlConditionAttrObjectETM
static const std::string m_xmlTagConditions
static const std::string m_xmlConditionAttrConditionHfBitCounts
static const std::string m_xmlTagChip
static const std::string m_xmlTagEnableMip
static const std::string m_xmlAttrPin
static const std::string m_xmlConditionAttrObjectETT
static const std::string m_xmlConditionAttrType2s
static const std::string m_xmlTagMenuAuthor
static const std::string m_xmlTagMenuAlgImpl
static const std::string m_xmlTagQuality
static const std::string m_xmlTagMenuDescription
static const std::string m_xmlConditionAttrType2wsc
static const std::string m_xmlTagValue
static const std::string m_xmlConditionAttrTypeExternal
static const std::string m_xmlTagRequestIso
L1GtXmlParserTags()
constructor
static const std::string m_xmlTagAlgorithms
static const std::string m_xmlAttrMax
static const std::string m_xmlTagMenuInterfaceDate
static const std::string m_xmlTagDef
static const std::string m_xmlConditionAttrObjectGtExternal
static const std::string m_xmlAlgorithmAttrAlias
static const std::string m_xmlConditionAttrObjectJetCounts
static const std::string m_xmlTagMenuInterfaceDescription