---++ Tags ---+++ Reconstruction * mc20a: r13167 * mc20d: r13144 * mc20e: r13145 ---+++ Merging * r13146 ---+++ MC21 * r13407: with pileup * r13408: without pile-up * r13421: without pile-up and with some RDOtoRDOTrigger disabled Chains to prevent crashes ---+ Production Status <input type="text" id="jobInput" onkeyup="myFunction()" size="35" placeholder="Search for DID."> %TABLE{id="allJobs" tablewidth="100%" headeralign="center,left,center,center,left" dataalign="center,left,center,center,left"}% %INCLUDE{https://www.cern.ch/jpoveda/input21.txt}% </span> <script type="text/javascript"> function myFunction() { // Declare variables var input, filter, table, tr, td, i; input = document.getElementById("jobInput"); filter = input.value.toUpperCase(); table = document.getElementById("allJobs"); tr = table.getElementsByTagName("tr"); // Loop through all table rows, and hide those who don't match the search query (start at 1 to skip header) for (i = 1; i < tr.length; i++) { td0 = tr[i].getElementsByTagName("td")[0]; td1 = tr[i].getElementsByTagName("td")[1]; td2 = tr[i].getElementsByTagName("td")[2]; var display = false; if(td0){ if (td0.innerHTML.toUpperCase().indexOf(filter) > -1) { display = true; } } if(td1){ if (td1.innerHTML.toUpperCase().indexOf(filter) > -1) { display = true; } } if(td2){ if (td2.innerHTML.toUpperCase().indexOf(filter) > -1) { display = true; } } if(display){ tr[i].style.display = ""; } else { tr[i].style.display = "none"; } } } </script> -- Main.XimoPoveda - 2018-05-15
E
dit
|
A
ttach
|
Watch
|
P
rint version
|
H
istory
: r3
<
r2
<
r1
|
B
acklinks
|
V
iew topic
|
WYSIWYG
|
M
ore topic actions
Topic revision: r3 - 2022-02-23
-
XimoPoveda
Home
Plugins
Sandbox for tests
Support
Alice
Atlas
CMS
LHCb
Public Webs
Sandbox Web
Create New Topic
Index
Search
Changes
Notifications
RSS Feed
Statistics
Preferences
P
P
View
Raw View
PDF version
Print version
Find backlinks
History
More topic actions
Edit
Raw edit
Attach file or image
Edit topic preference settings
Set new parent
More topic actions
Account
Log In
Cern Search
TWiki Search
Google Search
Sandbox
All webs
E
dit
A
ttach
Copyright &© 2008-2022 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
or Ideas, requests, problems regarding TWiki? use
Discourse
or
Send feedback