CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
L1TriggerScaler.cc
Go to the documentation of this file.
4  for (LumiIterator it = m_run.begin(); it != m_run.end(); ++it) {
5  std::cout << " run: " << it->m_rn << "\n lumisegment: " << it->m_lumisegment
6  << "\n start_time: " << it->m_start_time << std::endl;
7 
8  for (size_t i = 0; i < it->m_GTAlgoRates.size(); i++) {
9  std::cout << "m_GTAlgoRates[" << i << "] = " << it->m_GTAlgoRates[i] << std::endl;
10  }
11  for (size_t i = 0; i < it->m_GTAlgoPrescaling.size(); i++) {
12  std::cout << "m_GTAlgoPrescaling[" << i << "] = " << it->m_GTAlgoPrescaling[i] << std::endl;
13  }
14  for (size_t i = 0; i < it->m_GTTechCounts.size(); i++) {
15  std::cout << " m_GTTechCounts[" << i << "] = " << it->m_GTTechCounts[i] << std::endl;
16  }
17  for (size_t i = 0; i < it->m_GTTechRates.size(); i++) {
18  std::cout << " m_GTTechRates[" << i << "] = " << it->m_GTTechRates[i] << std::endl;
19  }
20  for (size_t i = 0; i < it->m_GTTechPrescaling.size(); i++) {
21  std::cout << " m_GTTechPrescaling[" << i << "] = " << it->m_GTTechPrescaling[i] << std::endl;
22  }
23  for (size_t i = 0; i < it->m_GTPartition0TriggerCounts.size(); i++) {
24  std::cout << " m_GTPartition0TriggerCounts[" << i << "] = " << it->m_GTPartition0TriggerCounts[i] << std::endl;
25  }
26  for (size_t i = 0; i < it->m_GTPartition0TriggerRates.size(); i++) {
27  std::cout << " m_GTPartition0TriggerRates[" << i << "] = " << it->m_GTPartition0TriggerRates[i] << std::endl;
28  }
29  for (size_t i = 0; i < it->m_GTPartition0DeadTime.size(); i++) {
30  std::cout << " m_GTPartition0DeadTime[" << i << "] = " << it->m_GTPartition0DeadTime[i] << std::endl;
31  }
32  for (size_t i = 0; i < it->m_GTPartition0DeadTimeRatio.size(); i++) {
33  std::cout << " m_GTPartition0DeadTimeRatio[" << i << "] = " << it->m_GTPartition0DeadTimeRatio[i] << std::endl;
34  }
35  }
36 }
37 
39  LumiIterator it = m_run.begin();
40  std::cout << it->m_rn << std::endl;
41 }
42 
44  for (LumiIterator it = m_run.begin(); it != m_run.end(); ++it) {
45  std::cout << " run: " << it->m_rn << "\n lumisegment: " << it->m_lumisegment
46  << "\n start_time: " << it->m_start_time << std::endl;
47  }
48 }
49 
51  for (LumiIterator it = m_run.begin(); it != m_run.end(); ++it) {
52  std::cout << " run: " << it->m_rn << "\n lumisegment: " << it->m_lumisegment << std::endl;
53  std::cout << "format :" << it->m_string_format << std::endl;
54  }
55 }
56 
58  for (LumiIterator it = m_run.begin(); it != m_run.end(); ++it) {
59  std::cout << " run: " << it->m_rn << "\n lumisegment: " << it->m_lumisegment << std::endl;
60  for (size_t i = 0; i < it->m_GTAlgoCounts.size(); i++) {
61  std::cout << "m_GTAlgoCounts[" << i << "] = " << it->m_GTAlgoCounts[i] << std::endl;
62  }
63  }
64 }
65 
67  for (LumiIterator it = m_run.begin(); it != m_run.end(); ++it) {
68  std::cout << " run: " << it->m_rn << "\n lumisegment: " << it->m_lumisegment << std::endl;
69  for (size_t i = 0; i < it->m_GTAlgoRates.size(); i++) {
70  std::cout << "m_GTAlgoRates[" << i << "] = " << it->m_GTAlgoRates[i] << std::endl;
71  }
72  }
73 }
74 
76  for (LumiIterator it = m_run.begin(); it != m_run.end(); ++it) {
77  std::cout << " run: " << it->m_rn << "\n lumisegment: " << it->m_lumisegment << std::endl;
78  for (size_t i = 0; i < it->m_GTAlgoPrescaling.size(); i++) {
79  std::cout << "m_GTAlgoPrescaling[" << i << "] = " << it->m_GTAlgoPrescaling[i] << std::endl;
80  }
81  }
82 }
84  for (LumiIterator it = m_run.begin(); it != m_run.end(); ++it) {
85  std::cout << " run: " << it->m_rn << "\nlumisegment: " << it->m_lumisegment << std::endl;
86  for (size_t i = 0; i < it->m_GTTechCounts.size(); i++) {
87  std::cout << "m_GTTechCounts[" << i << "] = " << it->m_GTTechCounts[i] << std::endl;
88  }
89  }
90 }
91 
93  for (LumiIterator it = m_run.begin(); it != m_run.end(); ++it) {
94  std::cout << " run: " << it->m_rn << "\nlumisegment: " << it->m_lumisegment << std::endl;
95  for (size_t i = 0; i < it->m_GTTechRates.size(); i++) {
96  std::cout << "m_GTTechRates[" << i << "] = " << it->m_GTTechRates[i] << std::endl;
97  }
98  }
99 }
100 
102  for (LumiIterator it = m_run.begin(); it != m_run.end(); ++it) {
103  std::cout << " run: " << it->m_rn << "\nlumisegment: " << it->m_lumisegment << std::endl;
104  for (size_t i = 0; i < it->m_GTTechPrescaling.size(); i++) {
105  std::cout << "m_GTTechPrescaling[" << i << "] = " << it->m_GTTechPrescaling[i] << std::endl;
106  }
107  }
108 }
109 
111  for (LumiIterator it = m_run.begin(); it != m_run.end(); ++it) {
112  std::cout << " run: " << it->m_rn << "\nlumisegment: " << it->m_lumisegment << std::endl;
113  for (size_t i = 0; i < it->m_GTPartition0TriggerCounts.size(); i++) {
114  std::cout << "m_GTPartition0TriggerCounts[" << i << "] = " << it->m_GTPartition0TriggerCounts[i] << std::endl;
115  }
116  }
117 }
118 
120  for (LumiIterator it = m_run.begin(); it != m_run.end(); ++it) {
121  std::cout << " run: " << it->m_rn << "\nlumisegment: " << it->m_lumisegment << std::endl;
122  for (size_t i = 0; i < it->m_GTPartition0TriggerRates.size(); i++) {
123  std::cout << "m_GTPartition0TriggerRates[" << i << "] = " << it->m_GTPartition0TriggerRates[i] << std::endl;
124  }
125  }
126 }
127 
129  for (LumiIterator it = m_run.begin(); it != m_run.end(); ++it) {
130  std::cout << " run: " << it->m_rn << "\nlumisegment: " << it->m_lumisegment << std::endl;
131  for (size_t i = 0; i < it->m_GTPartition0DeadTime.size(); i++) {
132  std::cout << "m_GTPartition0DeadTime[" << i << "] = " << it->m_GTPartition0DeadTime[i] << std::endl;
133  }
134  }
135 }
136 
138  for (LumiIterator it = m_run.begin(); it != m_run.end(); ++it) {
139  std::cout << " run: " << it->m_rn << "\nlumisegment: " << it->m_lumisegment << std::endl;
140  for (size_t i = 0; i < it->m_GTPartition0DeadTimeRatio.size(); i++) {
141  std::cout << "m_GTPartition0DeadTimeRatio[" << i << "] = " << it->m_GTPartition0DeadTimeRatio[i] << std::endl;
142  }
143  }
144 }
void printRunValue() const
void printGTTechCounts() const
std::vector< Lumi > m_run
void printGTPartition0DeadTime() const
void printGTAlgoRates() const
void printAllValues() const
void printGTTechPrescaling() const
void printGTAlgoPrescaling() const
void printLumiSegmentValues() const
void printGTAlgoCounts() const
void printFormat() const
void printGTPartition0TriggerCounts() const
void printGTPartition0DeadTimeRatio() const
void printGTPartition0TriggerRates() const
void printGTTechRates() const
tuple cout
Definition: gather_cfg.py:144
std::vector< Lumi >::const_iterator LumiIterator