public static final class ProMC.ProMCEvent.Particles extends com.google.protobuf.GeneratedMessage implements ProMC.ProMCEvent.ParticlesOrBuilder
promc.ProMCEvent.Particles
Generator (truth) particles
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 |
BARCODE_FIELD_NUMBER |
static int |
CHARGE_FIELD_NUMBER |
static int |
DAUGHTER1_FIELD_NUMBER |
static int |
DAUGHTER2_FIELD_NUMBER |
static int |
ENERGY_FIELD_NUMBER |
static int |
ID_FIELD_NUMBER |
static int |
MASS_FIELD_NUMBER |
static int |
MOTHER1_FIELD_NUMBER |
static int |
MOTHER2_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 |
static int |
STATUS_FIELD_NUMBER |
static int |
T_FIELD_NUMBER |
static int |
WEIGHT_FIELD_NUMBER |
static int |
X_FIELD_NUMBER |
static int |
Y_FIELD_NUMBER |
static int |
Z_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
int |
getBarcode(int index)
repeated sint32 barcode = 12 [packed = true]; |
int |
getBarcodeCount()
repeated sint32 barcode = 12 [packed = true]; |
List<Integer> |
getBarcodeList()
repeated sint32 barcode = 12 [packed = true]; |
int |
getCharge(int index)
repeated sint32 charge = 18 [packed = true]; |
int |
getChargeCount()
repeated sint32 charge = 18 [packed = true]; |
List<Integer> |
getChargeList()
repeated sint32 charge = 18 [packed = true]; |
int |
getDaughter1(int index)
repeated uint32 daughter1 = 10 [packed = true]; |
int |
getDaughter1Count()
repeated uint32 daughter1 = 10 [packed = true]; |
List<Integer> |
getDaughter1List()
repeated uint32 daughter1 = 10 [packed = true]; |
int |
getDaughter2(int index)
repeated uint32 daughter2 = 11 [packed = true]; |
int |
getDaughter2Count()
repeated uint32 daughter2 = 11 [packed = true]; |
List<Integer> |
getDaughter2List()
repeated uint32 daughter2 = 11 [packed = true]; |
static ProMC.ProMCEvent.Particles |
getDefaultInstance() |
ProMC.ProMCEvent.Particles |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
float |
getEnergy(int index)
repeated float energy = 19 [packed = true]; |
int |
getEnergyCount()
repeated float energy = 19 [packed = true]; |
List<Float> |
getEnergyList()
repeated float energy = 19 [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]; |
float |
getMass(int index)
repeated float mass = 4 [packed = true]; |
int |
getMassCount()
repeated float mass = 4 [packed = true]; |
List<Float> |
getMassList()
repeated float mass = 4 [packed = true]; |
int |
getMother1(int index)
repeated uint32 mother1 = 8 [packed = true]; |
int |
getMother1Count()
repeated uint32 mother1 = 8 [packed = true]; |
List<Integer> |
getMother1List()
repeated uint32 mother1 = 8 [packed = true]; |
int |
getMother2(int index)
repeated uint32 mother2 = 9 [packed = true]; |
int |
getMother2Count()
repeated uint32 mother2 = 9 [packed = true]; |
List<Integer> |
getMother2List()
repeated uint32 mother2 = 9 [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]; |
float |
getPx(int index)
repeated float Px = 5 [packed = true]; |
int |
getPxCount()
repeated float Px = 5 [packed = true]; |
List<Float> |
getPxList()
repeated float Px = 5 [packed = true]; |
float |
getPy(int index)
repeated float Py = 6 [packed = true]; |
int |
getPyCount()
repeated float Py = 6 [packed = true]; |
List<Float> |
getPyList()
repeated float Py = 6 [packed = true]; |
float |
getPz(int index)
repeated float Pz = 7 [packed = true]; |
int |
getPzCount()
repeated float Pz = 7 [packed = true]; |
List<Float> |
getPzList()
repeated float Pz = 7 [packed = true]; |
int |
getSerializedSize() |
int |
getStatus(int index)
repeated uint32 status = 3 [packed = true]; |
int |
getStatusCount()
repeated uint32 status = 3 [packed = true]; |
List<Integer> |
getStatusList()
repeated uint32 status = 3 [packed = true]; |
float |
getT(int index)
repeated float T = 16 [packed = true]; |
int |
getTCount()
repeated float T = 16 [packed = true]; |
List<Float> |
getTList()
repeated float T = 16 [packed = true]; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
float |
getWeight(int index)
repeated float weight = 17 [packed = true]; |
int |
getWeightCount()
repeated float weight = 17 [packed = true]; |
List<Float> |
getWeightList()
repeated float weight = 17 [packed = true]; |
float |
getX(int index)
repeated float X = 13 [packed = true]; |
int |
getXCount()
repeated float X = 13 [packed = true]; |
List<Float> |
getXList()
repeated float X = 13 [packed = true]; |
float |
getY(int index)
repeated float Y = 14 [packed = true]; |
int |
getYCount()
repeated float Y = 14 [packed = true]; |
List<Float> |
getYList()
repeated float Y = 14 [packed = true]; |
float |
getZ(int index)
repeated float Z = 15 [packed = true]; |
int |
getZCount()
repeated float Z = 15 [packed = true]; |
List<Float> |
getZList()
repeated float Z = 15 [packed = true]; |
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 STATUS_FIELD_NUMBER
public static final int MASS_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 final int MOTHER1_FIELD_NUMBER
public static final int MOTHER2_FIELD_NUMBER
public static final int DAUGHTER1_FIELD_NUMBER
public static final int DAUGHTER2_FIELD_NUMBER
public static final int BARCODE_FIELD_NUMBER
public static final int X_FIELD_NUMBER
public static final int Y_FIELD_NUMBER
public static final int Z_FIELD_NUMBER
public static final int T_FIELD_NUMBER
public static final int WEIGHT_FIELD_NUMBER
public static final int CHARGE_FIELD_NUMBER
public static final int ENERGY_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<Integer> getStatusList()
repeated uint32 status = 3 [packed = true];
integer specifying the particle’s status (i.e. decayed or not)
getStatusList
in interface ProMC.ProMCEvent.ParticlesOrBuilder
public int getStatusCount()
repeated uint32 status = 3 [packed = true];
integer specifying the particle’s status (i.e. decayed or not)
getStatusCount
in interface ProMC.ProMCEvent.ParticlesOrBuilder
public int getStatus(int index)
repeated uint32 status = 3 [packed = true];
integer specifying the particle’s status (i.e. decayed or not)
getStatus
in interface ProMC.ProMCEvent.ParticlesOrBuilder
public List<Float> getMassList()
repeated float mass = 4 [packed = true];
mass
getMassList
in interface ProMC.ProMCEvent.ParticlesOrBuilder
public int getMassCount()
repeated float mass = 4 [packed = true];
mass
getMassCount
in interface ProMC.ProMCEvent.ParticlesOrBuilder
public float getMass(int index)
repeated float mass = 4 [packed = true];
mass
getMass
in interface ProMC.ProMCEvent.ParticlesOrBuilder
public List<Float> getPxList()
repeated float Px = 5 [packed = true];
pX
getPxList
in interface ProMC.ProMCEvent.ParticlesOrBuilder
public int getPxCount()
repeated float Px = 5 [packed = true];
pX
getPxCount
in interface ProMC.ProMCEvent.ParticlesOrBuilder
public float getPx(int index)
repeated float Px = 5 [packed = true];
pX
getPx
in interface ProMC.ProMCEvent.ParticlesOrBuilder
public List<Float> getPyList()
repeated float Py = 6 [packed = true];
pY
getPyList
in interface ProMC.ProMCEvent.ParticlesOrBuilder
public int getPyCount()
repeated float Py = 6 [packed = true];
pY
getPyCount
in interface ProMC.ProMCEvent.ParticlesOrBuilder
public float getPy(int index)
repeated float Py = 6 [packed = true];
pY
getPy
in interface ProMC.ProMCEvent.ParticlesOrBuilder
public List<Float> getPzList()
repeated float Pz = 7 [packed = true];
pZ
getPzList
in interface ProMC.ProMCEvent.ParticlesOrBuilder
public int getPzCount()
repeated float Pz = 7 [packed = true];
pZ
getPzCount
in interface ProMC.ProMCEvent.ParticlesOrBuilder
public float getPz(int index)
repeated float Pz = 7 [packed = true];
pZ
getPz
in interface ProMC.ProMCEvent.ParticlesOrBuilder
public List<Integer> getMother1List()
repeated uint32 mother1 = 8 [packed = true];
first mother
getMother1List
in interface ProMC.ProMCEvent.ParticlesOrBuilder
public int getMother1Count()
repeated uint32 mother1 = 8 [packed = true];
first mother
getMother1Count
in interface ProMC.ProMCEvent.ParticlesOrBuilder
public int getMother1(int index)
repeated uint32 mother1 = 8 [packed = true];
first mother
getMother1
in interface ProMC.ProMCEvent.ParticlesOrBuilder
public List<Integer> getMother2List()
repeated uint32 mother2 = 9 [packed = true];
second mother
getMother2List
in interface ProMC.ProMCEvent.ParticlesOrBuilder
public int getMother2Count()
repeated uint32 mother2 = 9 [packed = true];
second mother
getMother2Count
in interface ProMC.ProMCEvent.ParticlesOrBuilder
public int getMother2(int index)
repeated uint32 mother2 = 9 [packed = true];
second mother
getMother2
in interface ProMC.ProMCEvent.ParticlesOrBuilder
public List<Integer> getDaughter1List()
repeated uint32 daughter1 = 10 [packed = true];
first daughter
getDaughter1List
in interface ProMC.ProMCEvent.ParticlesOrBuilder
public int getDaughter1Count()
repeated uint32 daughter1 = 10 [packed = true];
first daughter
getDaughter1Count
in interface ProMC.ProMCEvent.ParticlesOrBuilder
public int getDaughter1(int index)
repeated uint32 daughter1 = 10 [packed = true];
first daughter
getDaughter1
in interface ProMC.ProMCEvent.ParticlesOrBuilder
public List<Integer> getDaughter2List()
repeated uint32 daughter2 = 11 [packed = true];
second daughter
getDaughter2List
in interface ProMC.ProMCEvent.ParticlesOrBuilder
public int getDaughter2Count()
repeated uint32 daughter2 = 11 [packed = true];
second daughter
getDaughter2Count
in interface ProMC.ProMCEvent.ParticlesOrBuilder
public int getDaughter2(int index)
repeated uint32 daughter2 = 11 [packed = true];
second daughter
getDaughter2
in interface ProMC.ProMCEvent.ParticlesOrBuilder
public List<Integer> getBarcodeList()
repeated sint32 barcode = 12 [packed = true];
barcode if used
getBarcodeList
in interface ProMC.ProMCEvent.ParticlesOrBuilder
public int getBarcodeCount()
repeated sint32 barcode = 12 [packed = true];
barcode if used
getBarcodeCount
in interface ProMC.ProMCEvent.ParticlesOrBuilder
public int getBarcode(int index)
repeated sint32 barcode = 12 [packed = true];
barcode if used
getBarcode
in interface ProMC.ProMCEvent.ParticlesOrBuilder
public List<Float> getXList()
repeated float X = 13 [packed = true];
vertex X position
getXList
in interface ProMC.ProMCEvent.ParticlesOrBuilder
public int getXCount()
repeated float X = 13 [packed = true];
vertex X position
getXCount
in interface ProMC.ProMCEvent.ParticlesOrBuilder
public float getX(int index)
repeated float X = 13 [packed = true];
vertex X position
getX
in interface ProMC.ProMCEvent.ParticlesOrBuilder
public List<Float> getYList()
repeated float Y = 14 [packed = true];
vertex Y position
getYList
in interface ProMC.ProMCEvent.ParticlesOrBuilder
public int getYCount()
repeated float Y = 14 [packed = true];
vertex Y position
getYCount
in interface ProMC.ProMCEvent.ParticlesOrBuilder
public float getY(int index)
repeated float Y = 14 [packed = true];
vertex Y position
getY
in interface ProMC.ProMCEvent.ParticlesOrBuilder
public List<Float> getZList()
repeated float Z = 15 [packed = true];
vertex Z position
getZList
in interface ProMC.ProMCEvent.ParticlesOrBuilder
public int getZCount()
repeated float Z = 15 [packed = true];
vertex Z position
getZCount
in interface ProMC.ProMCEvent.ParticlesOrBuilder
public float getZ(int index)
repeated float Z = 15 [packed = true];
vertex Z position
getZ
in interface ProMC.ProMCEvent.ParticlesOrBuilder
public List<Float> getTList()
repeated float T = 16 [packed = true];
time
getTList
in interface ProMC.ProMCEvent.ParticlesOrBuilder
public int getTCount()
repeated float T = 16 [packed = true];
time
getTCount
in interface ProMC.ProMCEvent.ParticlesOrBuilder
public float getT(int index)
repeated float T = 16 [packed = true];
time
getT
in interface ProMC.ProMCEvent.ParticlesOrBuilder
public List<Float> getWeightList()
repeated float weight = 17 [packed = true];
particle weight
getWeightList
in interface ProMC.ProMCEvent.ParticlesOrBuilder
public int getWeightCount()
repeated float weight = 17 [packed = true];
particle weight
getWeightCount
in interface ProMC.ProMCEvent.ParticlesOrBuilder
public float getWeight(int index)
repeated float weight = 17 [packed = true];
particle weight
getWeight
in interface ProMC.ProMCEvent.ParticlesOrBuilder
public List<Integer> getChargeList()
repeated sint32 charge = 18 [packed = true];
Charge
getChargeList
in interface ProMC.ProMCEvent.ParticlesOrBuilder
public int getChargeCount()
repeated sint32 charge = 18 [packed = true];
Charge
getChargeCount
in interface ProMC.ProMCEvent.ParticlesOrBuilder
public int getCharge(int index)
repeated sint32 charge = 18 [packed = true];
Charge
getCharge
in interface ProMC.ProMCEvent.ParticlesOrBuilder
public List<Float> getEnergyList()
repeated float energy = 19 [packed = true];
Energy
getEnergyList
in interface ProMC.ProMCEvent.ParticlesOrBuilder
public int getEnergyCount()
repeated float energy = 19 [packed = true];
Energy
getEnergyCount
in interface ProMC.ProMCEvent.ParticlesOrBuilder
public float getEnergy(int index)
repeated float energy = 19 [packed = true];
Energy
getEnergy
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