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.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType,BuilderType>>, 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]; |
List<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]; |
List<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]; |
List<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]; |
List<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]; |
List<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]; |
List<Long> |
getPzList()
repeated sint64 Pz = 6 [packed = true]; |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
isInitialized() |
static ProMC.ProMCEvent.Particles.Builder |
newBuilder() |
static ProMC.ProMCEvent.Particles.Builder |
newBuilder(ProMC.ProMCEvent.Particles prototype) |
ProMC.ProMCEvent.Particles.Builder |
newBuilderForType() |
static ProMC.ProMCEvent.Particles |
parseDelimitedFrom(InputStream input) |
static ProMC.ProMCEvent.Particles |
parseDelimitedFrom(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(InputStream input) |
static ProMC.ProMCEvent.Particles |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ProMC.ProMCEvent.Particles.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, newFileScopedGeneratedExtension, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, newMessageScopedGeneratedExtensionequals, findInitializationErrors, getInitializationErrorString, hashCode, toStringtoByteArray, toByteString, writeDelimitedTo, writeTopublic 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()
public 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 List<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 List<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 List<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 List<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 List<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 List<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 IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessagepublic 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(InputStream input) throws IOException
IOExceptionpublic static ProMC.ProMCEvent.Particles parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ProMC.ProMCEvent.Particles parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ProMC.ProMCEvent.Particles parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ProMC.ProMCEvent.Particles parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ProMC.ProMCEvent.Particles parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
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.MessageLiteJas4pp 1.5 © Java Analysis Studio for Particle Physics