CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
XMLTags.h
Go to the documentation of this file.
1 #ifndef _CondTools_Ecal_XMLTags_
2 #define _CondTools_Ecal_XMLTags_
3 
4 #include <string>
5 
6 namespace xuti{
7 
8  const std::string iEta_tag("iEta");
9  const std::string iPhi_tag("iPhi");
10  const std::string ix_tag("ix");
11  const std::string iy_tag("iy");
12  const std::string zside_tag("zside");
13  const std::string ixSC_tag("ixSC");
14  const std::string iySC_tag("iySC");
15  const std::string Cell_tag("cell");
16 
17  const std::string Header_tag("EcalCondHeader");
18  const std::string Header_methodtag("method");
19  const std::string Header_versiontag("version");
20  const std::string Header_datasourcetag("datasource");
21  const std::string Header_sincetag("since");
22  const std::string Header_tagtag("tag");
23  const std::string Header_datetag("date");
24 
25  const std::string WeightGroups_tag("EcalWeightGroups");
26  const std::string WeightGroup_tag("EcalWeightGroup");
27  const std::string EcalTDCId_tag("EcalTDCId");
28 
29 
30  const std::string row_tag("row");
31  const std::string id_tag("id");
32 
33  const std::string EcalWeightSet_tag("EcalWeightSet");
34  const std::string wgtBeforeSwitch_tag("WeightBeforeSwitch");
35  const std::string wgtAfterSwitch_tag("WeightAfterSwitch");
36  const std::string wgtChi2BeforeSwitch_tag("Chi2WeightBeforeSwitch");
37  const std::string wgtChi2AfterSwitch_tag("Chi2WeightAfterSwitch");
38 
39  const std::string EcalTBWeights_tag("EcalTBWeights");
40  const std::string EcalTBWeight_tag("EcalTBWeight");
41  const std::string EcalXtalGroupId_tag("EcalXtalGroupId");
42 
43  const std::string IntercalibConstants_tag("EcalIntercalibConstants");
44  const std::string IntercalibConstant_tag("IntercalibConstant");
45  const std::string IntercalibError_tag("IntercalibError");
46 
47  const std::string GainRatios_tag("EcalGainRatios");
48  const std::string Gain6Over1_tag("Gain6Over1");
49  const std::string Gain12Over6_tag("Gain12Over6");
50 
51  const std::string Pedestals_tag("EcalPedestals");
52  const std::string mean12_tag("mean_x12");
53  const std::string mean6_tag("mean_x6");
54  const std::string mean1_tag("mean_x1");
55  const std::string rms12_tag("rms_x12");
56  const std::string rms6_tag("rms_x6");
57  const std::string rms1_tag("rms_x1");
58 
59  const std::string ChannelStatus_tag("EcalChannelStatus");
60  const std::string ChannelStatusCode_tag("ChannelStatusCode");
61 
62  const std::string DAQTowerStatus_tag("EcalDAQTowerStatus");
63  const std::string DAQStatusCode_tag("DAQStatusCode");
64 
65  const std::string DCSTowerStatus_tag("EcalDCSTowerStatus");
66  const std::string DCSStatusCode_tag("DCSStatusCode");
67 
68  const std::string TPGTowerStatus_tag("EcalTPGTowerStatus");
69  const std::string TPGCrystalStatus_tag("EcalTPGCrystalStatus");
70  const std::string TPGStripStatus_tag("EcalTPGStripStatus");
71 
72  const std::string ADCToGeVConstant_tag("EcalADCToGeVConstant");
73  const std::string Barrel_tag("BarrelValue");
74  const std::string Endcap_tag("EndcapValue");
75 
76 
77  const std::string Value_tag("Value");
78  const std::string EcalFloatCondObjectContainer_tag("EcalFloatCondObjectContainer");
79 
80  const std::string Laser_tag("EcalLaserAPDPNRatios");
81  const std::string Laser_p1_tag("p1");
82  const std::string Laser_p2_tag("p2");
83  const std::string Laser_p3_tag("p3");
84  const std::string Laser_t1_tag("t1");
85  const std::string Laser_t2_tag("t2");
86  const std::string Laser_t3_tag("t3");
87 
88 
89  const std::string AlignmentConstant_tag("EcalAlignmentConstant");
90  const std::string subdet_tag("SubDet");
91  const std::string x_tag("x");
92  const std::string y_tag("y");
93  const std::string z_tag("z");
94  const std::string Phi_tag("Phi");
95  const std::string Theta_tag("Theta");
96  const std::string Psi_tag("Psi");
97 
98  const std::string TimeOffsetConstant_tag("EcalTimeOffsetConstant");
99 
100 }
101 
102 #endif
const std::string mean12_tag("mean_x12")
const std::string IntercalibConstant_tag("IntercalibConstant")
const std::string EcalWeightSet_tag("EcalWeightSet")
const std::string DCSTowerStatus_tag("EcalDCSTowerStatus")
const std::string Gain6Over1_tag("Gain6Over1")
const std::string iySC_tag("iySC")
const std::string EcalFloatCondObjectContainer_tag("EcalFloatCondObjectContainer")
const std::string Phi_tag("Phi")
const std::string Header_sincetag("since")
const std::string DAQTowerStatus_tag("EcalDAQTowerStatus")
const std::string x_tag("x")
const std::string id_tag("id")
const std::string Laser_p3_tag("p3")
const std::string iEta_tag("iEta")
const std::string row_tag("row")
const std::string mean1_tag("mean_x1")
const std::string TimeOffsetConstant_tag("EcalTimeOffsetConstant")
const std::string Value_tag("Value")
const std::string TPGTowerStatus_tag("EcalTPGTowerStatus")
const std::string ChannelStatusCode_tag("ChannelStatusCode")
const std::string WeightGroup_tag("EcalWeightGroup")
const std::string wgtChi2AfterSwitch_tag("Chi2WeightAfterSwitch")
const std::string ADCToGeVConstant_tag("EcalADCToGeVConstant")
const std::string IntercalibConstants_tag("EcalIntercalibConstants")
const std::string EcalTBWeights_tag("EcalTBWeights")
const std::string Header_methodtag("method")
const std::string y_tag("y")
const std::string Laser_t2_tag("t2")
const std::string Cell_tag("cell")
const std::string ix_tag("ix")
const std::string Pedestals_tag("EcalPedestals")
const std::string subdet_tag("SubDet")
const std::string Header_datetag("date")
const std::string EcalTBWeight_tag("EcalTBWeight")
const std::string TPGCrystalStatus_tag("EcalTPGCrystalStatus")
const std::string Laser_p1_tag("p1")
const std::string z_tag("z")
const std::string wgtBeforeSwitch_tag("WeightBeforeSwitch")
const std::string DCSStatusCode_tag("DCSStatusCode")
const std::string DAQStatusCode_tag("DAQStatusCode")
const std::string Psi_tag("Psi")
const std::string WeightGroups_tag("EcalWeightGroups")
const std::string iy_tag("iy")
const std::string Laser_t3_tag("t3")
const std::string Laser_tag("EcalLaserAPDPNRatios")
const std::string Header_tagtag("tag")
const std::string Header_versiontag("version")
const std::string Header_tag("EcalCondHeader")
const std::string wgtChi2BeforeSwitch_tag("Chi2WeightBeforeSwitch")
const std::string mean6_tag("mean_x6")
const std::string zside_tag("zside")
const std::string wgtAfterSwitch_tag("WeightAfterSwitch")
const std::string ChannelStatus_tag("EcalChannelStatus")
const std::string IntercalibError_tag("IntercalibError")
const std::string EcalXtalGroupId_tag("EcalXtalGroupId")
const std::string Header_datasourcetag("datasource")
const std::string TPGStripStatus_tag("EcalTPGStripStatus")
const std::string Laser_p2_tag("p2")
const std::string rms12_tag("rms_x12")
const std::string ixSC_tag("ixSC")
const std::string Endcap_tag("EndcapValue")
const std::string rms6_tag("rms_x6")
const std::string Laser_t1_tag("t1")
const std::string GainRatios_tag("EcalGainRatios")
const std::string iPhi_tag("iPhi")
const std::string Theta_tag("Theta")
const std::string Barrel_tag("BarrelValue")
const std::string rms1_tag("rms_x1")
const std::string AlignmentConstant_tag("EcalAlignmentConstant")
const std::string EcalTDCId_tag("EcalTDCId")
const std::string Gain12Over6_tag("Gain12Over6")