public static final class ProMC.ProMCEvent.Particles extends com.google.protobuf.GeneratedMessage implements ProMC.ProMCEvent.ParticlesOrBuilder
promc.ProMCEvent.Particles
Particle definition for NLO programs
| Modifier and Type | Class and Description |
|---|---|
static class |
ProMC.ProMCEvent.Particles.Builder
Protobuf type
promc.ProMCEvent.Particles |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>| Modifier and Type | Field and Description |
|---|---|
static int |
ENERGY_FIELD_NUMBER |
static int |
ID_FIELD_NUMBER |
static com.google.protobuf.Parser<ProMC.ProMCEvent.Particles> |
PARSER |
static int |
PDG_ID_FIELD_NUMBER |
static int |
PX_FIELD_NUMBER |
static int |
PY_FIELD_NUMBER |
static int |
PZ_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
static ProMC.ProMCEvent.Particles |
getDefaultInstance() |
ProMC.ProMCEvent.Particles |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
long |
getEnergy(int index)
repeated sint64 Energy = 3 [packed = true]; |
int |
getEnergyCount()
repeated sint64 Energy = 3 [packed = true]; |
java.util.List<java.lang.Long> |
getEnergyList()
repeated sint64 Energy = 3 [packed = true]; |
int |
getId(int index)
repeated uint32 id = 1 [packed = true]; |
int |
getIdCount()
repeated uint32 id = 1 [packed = true]; |
java.util.List<java.lang.Integer> |
getIdList()
repeated uint32 id = 1 [packed = true]; |
com.google.protobuf.Parser<ProMC.ProMCEvent.Particles> |
getParserForType() |
int |
getPdgId(int index)
repeated sint32 pdg_id = 2 [packed = true]; |
int |
getPdgIdCount()
repeated sint32 pdg_id = 2 [packed = true]; |
java.util.List<java.lang.Integer> |
getPdgIdList()
repeated sint32 pdg_id = 2 [packed = true]; |
long |
getPx(int index)
repeated sint64 Px = 4 [packed = true]; |
int |
getPxCount()
repeated sint64 Px = 4 [packed = true]; |
java.util.List<java.lang.Long> |
getPxList()
repeated sint64 Px = 4 [packed = true]; |
long |
getPy(int index)
repeated sint64 Py = 5 [packed = true]; |
int |
getPyCount()
repeated sint64 Py = 5 [packed = true]; |
java.util.List<java.lang.Long> |
getPyList()
repeated sint64 Py = 5 [packed = true]; |
long |
getPz(int index)
repeated sint64 Pz = 6 [packed = true]; |
int |
getPzCount()
repeated sint64 Pz = 6 [packed = true]; |
java.util.List<java.lang.Long> |
getPzList()
repeated sint64 Pz = 6 [packed = true]; |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ProMC.ProMCEvent.Particles.Builder |
newBuilder() |
static ProMC.ProMCEvent.Particles.Builder |
newBuilder(ProMC.ProMCEvent.Particles prototype) |
ProMC.ProMCEvent.Particles.Builder |
newBuilderForType() |
protected ProMC.ProMCEvent.Particles.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static ProMC.ProMCEvent.Particles |
parseDelimitedFrom(java.io.InputStream input) |
static ProMC.ProMCEvent.Particles |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProMC.ProMCEvent.Particles |
parseFrom(byte[] data) |
static ProMC.ProMCEvent.Particles |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProMC.ProMCEvent.Particles |
parseFrom(com.google.protobuf.ByteString data) |
static ProMC.ProMCEvent.Particles |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProMC.ProMCEvent.Particles |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ProMC.ProMCEvent.Particles |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProMC.ProMCEvent.Particles |
parseFrom(java.io.InputStream input) |
static ProMC.ProMCEvent.Particles |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ProMC.ProMCEvent.Particles.Builder |
toBuilder() |
protected java.lang.Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownFieldequals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toStringtoByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static com.google.protobuf.Parser<ProMC.ProMCEvent.Particles> PARSER
public static final int ID_FIELD_NUMBER
public static final int PDG_ID_FIELD_NUMBER
public static final int ENERGY_FIELD_NUMBER
public static final int PX_FIELD_NUMBER
public static final int PY_FIELD_NUMBER
public static final int PZ_FIELD_NUMBER
public static ProMC.ProMCEvent.Particles getDefaultInstance()
public ProMC.ProMCEvent.Particles getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessagepublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessagepublic com.google.protobuf.Parser<ProMC.ProMCEvent.Particles> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic java.util.List<java.lang.Integer> getIdList()
repeated uint32 id = 1 [packed = true];
ID in the generator
getIdList in interface ProMC.ProMCEvent.ParticlesOrBuilderpublic int getIdCount()
repeated uint32 id = 1 [packed = true];
ID in the generator
getIdCount in interface ProMC.ProMCEvent.ParticlesOrBuilderpublic int getId(int index)
repeated uint32 id = 1 [packed = true];
ID in the generator
getId in interface ProMC.ProMCEvent.ParticlesOrBuilderpublic java.util.List<java.lang.Integer> getPdgIdList()
repeated sint32 pdg_id = 2 [packed = true];
unique integer ID specifying the particle type
getPdgIdList in interface ProMC.ProMCEvent.ParticlesOrBuilderpublic int getPdgIdCount()
repeated sint32 pdg_id = 2 [packed = true];
unique integer ID specifying the particle type
getPdgIdCount in interface ProMC.ProMCEvent.ParticlesOrBuilderpublic int getPdgId(int index)
repeated sint32 pdg_id = 2 [packed = true];
unique integer ID specifying the particle type
getPdgId in interface ProMC.ProMCEvent.ParticlesOrBuilderpublic java.util.List<java.lang.Long> getEnergyList()
repeated sint64 Energy = 3 [packed = true];
Energy
getEnergyList in interface ProMC.ProMCEvent.ParticlesOrBuilderpublic int getEnergyCount()
repeated sint64 Energy = 3 [packed = true];
Energy
getEnergyCount in interface ProMC.ProMCEvent.ParticlesOrBuilderpublic long getEnergy(int index)
repeated sint64 Energy = 3 [packed = true];
Energy
getEnergy in interface ProMC.ProMCEvent.ParticlesOrBuilderpublic java.util.List<java.lang.Long> getPxList()
repeated sint64 Px = 4 [packed = true];
pX
getPxList in interface ProMC.ProMCEvent.ParticlesOrBuilderpublic int getPxCount()
repeated sint64 Px = 4 [packed = true];
pX
getPxCount in interface ProMC.ProMCEvent.ParticlesOrBuilderpublic long getPx(int index)
repeated sint64 Px = 4 [packed = true];
pX
getPx in interface ProMC.ProMCEvent.ParticlesOrBuilderpublic java.util.List<java.lang.Long> getPyList()
repeated sint64 Py = 5 [packed = true];
pY
getPyList in interface ProMC.ProMCEvent.ParticlesOrBuilderpublic int getPyCount()
repeated sint64 Py = 5 [packed = true];
pY
getPyCount in interface ProMC.ProMCEvent.ParticlesOrBuilderpublic long getPy(int index)
repeated sint64 Py = 5 [packed = true];
pY
getPy in interface ProMC.ProMCEvent.ParticlesOrBuilderpublic java.util.List<java.lang.Long> getPzList()
repeated sint64 Pz = 6 [packed = true];
pZ
getPzList in interface ProMC.ProMCEvent.ParticlesOrBuilderpublic int getPzCount()
repeated sint64 Pz = 6 [packed = true];
pZ
getPzCount in interface ProMC.ProMCEvent.ParticlesOrBuilderpublic long getPz(int index)
repeated sint64 Pz = 6 [packed = true];
pZ
getPz in interface ProMC.ProMCEvent.ParticlesOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.AbstractMessagejava.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.AbstractMessageprotected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
writeReplace in class com.google.protobuf.GeneratedMessagejava.io.ObjectStreamExceptionpublic static ProMC.ProMCEvent.Particles parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ProMC.ProMCEvent.Particles parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ProMC.ProMCEvent.Particles parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ProMC.ProMCEvent.Particles parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ProMC.ProMCEvent.Particles parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static ProMC.ProMCEvent.Particles parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static ProMC.ProMCEvent.Particles parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static ProMC.ProMCEvent.Particles parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static ProMC.ProMCEvent.Particles parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static ProMC.ProMCEvent.Particles parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static ProMC.ProMCEvent.Particles.Builder newBuilder()
public ProMC.ProMCEvent.Particles.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static ProMC.ProMCEvent.Particles.Builder newBuilder(ProMC.ProMCEvent.Particles prototype)
public ProMC.ProMCEvent.Particles.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected ProMC.ProMCEvent.Particles.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessage© Copyright 2013 S.Chekanov. All Rights Reserved.
ProMC