src
L1Trigger
DTTriggerPhase2
src
lat_code_maker.py
Go to the documentation of this file.
1
filename =
"basic_lats.txt"
2
3
with open(filename)
as
f:
4
lines = f.readlines()
5
6
for
iline, line
in
enumerate(lines):
7
line = line.strip().
split
(
"/"
)
8
text =
"lat_combinations.push_back({ %s, %s, %s });"
% (line[0], line[1], line[2])
9
print
(text)
print
void print(TMatrixD &m, const char *label=nullptr, bool mathematicaFormat=false)
Definition:
Utilities.cc:47
submitPVValidationJobs.split
def split(sequence, size)
Definition:
submitPVValidationJobs.py:353
Generated for CMSSW Reference Manual by
1.8.14