28 lines
No EOL
1.3 KiB
HTML
28 lines
No EOL
1.3 KiB
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>MSChargeHandle</title>
|
|
<script type="text/javascript" src="/core/jquery/jquery-3.6.0.min.js">
|
|
</script>
|
|
<script type="text/javascript">
|
|
jQuery.getScript("/core/alerts/alerts.js", function () { galert(['pre']) });
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<h3>MSChargeHandle</h3><pre>Defined in file <a href="omssa.asn.html">omssa.asn</a>
|
|
C++ class: <a href="../doxyhtml/classCMSChargeHandle.html">CMSChargeHandle</a>
|
|
|
|
|
|
MSChargeHandle ::= SEQUENCE {
|
|
calcplusone <a href="MSCalcPlusOne.html">MSCalcPlusOne</a> DEFAULT 1, -- do we guess charge one?
|
|
calccharge <a href="MSCalcCharge.html">MSCalcCharge</a> DEFAULT 2, -- how do we handle charges?
|
|
mincharge INTEGER DEFAULT 2, -- if userange, what is the min?
|
|
maxcharge INTEGER DEFAULT 3, -- if userange, what is the max?
|
|
considermult INTEGER DEFAULT 3, -- at which precursor charge to consider +2 ions?
|
|
plusone REAL, -- what % of peaks below precursor needed to call as +1
|
|
maxproductcharge INTEGER OPTIONAL, -- maximum product ion charge
|
|
prodlesspre BOOLEAN OPTIONAL, -- product charge always less thanor equal to precursor?
|
|
negative INTEGER DEFAULT 1 -- negative ion search if -1, positive ion if 1
|
|
}</pre>
|
|
</body>
|
|
</html> |