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, newMessageScopedGeneratedExtension
equals, findInitializationErrors, getInitializationErrorString, hashCode, toString
toByteArray, toByteString, writeDelimitedTo, writeTo
public 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.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessage
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public com.google.protobuf.Parser<ProMC.ProMCEvent.Particles> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public List<Integer> getIdList()
repeated uint32 id = 1 [packed = true];
ID in the generator
getIdList
in interface ProMC.ProMCEvent.ParticlesOrBuilder
public int getIdCount()
repeated uint32 id = 1 [packed = true];
ID in the generator
getIdCount
in interface ProMC.ProMCEvent.ParticlesOrBuilder
public int getId(int index)
repeated uint32 id = 1 [packed = true];
ID in the generator
getId
in interface ProMC.ProMCEvent.ParticlesOrBuilder
public List<Integer> getPdgIdList()
repeated sint32 pdg_id = 2 [packed = true];
unique integer ID specifying the particle type
getPdgIdList
in interface ProMC.ProMCEvent.ParticlesOrBuilder
public int getPdgIdCount()
repeated sint32 pdg_id = 2 [packed = true];
unique integer ID specifying the particle type
getPdgIdCount
in interface ProMC.ProMCEvent.ParticlesOrBuilder
public int getPdgId(int index)
repeated sint32 pdg_id = 2 [packed = true];
unique integer ID specifying the particle type
getPdgId
in interface ProMC.ProMCEvent.ParticlesOrBuilder
public List<Long> getEnergyList()
repeated sint64 Energy = 3 [packed = true];
Energy
getEnergyList
in interface ProMC.ProMCEvent.ParticlesOrBuilder
public int getEnergyCount()
repeated sint64 Energy = 3 [packed = true];
Energy
getEnergyCount
in interface ProMC.ProMCEvent.ParticlesOrBuilder
public long getEnergy(int index)
repeated sint64 Energy = 3 [packed = true];
Energy
getEnergy
in interface ProMC.ProMCEvent.ParticlesOrBuilder
public List<Long> getPxList()
repeated sint64 Px = 4 [packed = true];
pX
getPxList
in interface ProMC.ProMCEvent.ParticlesOrBuilder
public int getPxCount()
repeated sint64 Px = 4 [packed = true];
pX
getPxCount
in interface ProMC.ProMCEvent.ParticlesOrBuilder
public long getPx(int index)
repeated sint64 Px = 4 [packed = true];
pX
getPx
in interface ProMC.ProMCEvent.ParticlesOrBuilder
public List<Long> getPyList()
repeated sint64 Py = 5 [packed = true];
pY
getPyList
in interface ProMC.ProMCEvent.ParticlesOrBuilder
public int getPyCount()
repeated sint64 Py = 5 [packed = true];
pY
getPyCount
in interface ProMC.ProMCEvent.ParticlesOrBuilder
public long getPy(int index)
repeated sint64 Py = 5 [packed = true];
pY
getPy
in interface ProMC.ProMCEvent.ParticlesOrBuilder
public List<Long> getPzList()
repeated sint64 Pz = 6 [packed = true];
pZ
getPzList
in interface ProMC.ProMCEvent.ParticlesOrBuilder
public int getPzCount()
repeated sint64 Pz = 6 [packed = true];
pZ
getPzCount
in interface ProMC.ProMCEvent.ParticlesOrBuilder
public long getPz(int index)
repeated sint64 Pz = 6 [packed = true];
pZ
getPz
in interface ProMC.ProMCEvent.ParticlesOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessage
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessage
public static ProMC.ProMCEvent.Particles parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ProMC.ProMCEvent.Particles parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ProMC.ProMCEvent.Particles parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ProMC.ProMCEvent.Particles parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ProMC.ProMCEvent.Particles parseFrom(InputStream input) throws IOException
IOException
public static ProMC.ProMCEvent.Particles parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ProMC.ProMCEvent.Particles parseDelimitedFrom(InputStream input) throws IOException
IOException
public static ProMC.ProMCEvent.Particles parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ProMC.ProMCEvent.Particles parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static ProMC.ProMCEvent.Particles parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ProMC.ProMCEvent.Particles.Builder newBuilder()
public ProMC.ProMCEvent.Particles.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static ProMC.ProMCEvent.Particles.Builder newBuilder(ProMC.ProMCEvent.Particles prototype)
public ProMC.ProMCEvent.Particles.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
Jas4pp 1.5 © Java Analysis Studio for Particle Physics