public static interface ProMCHeaderFile.ProMCHeader.ParticleDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getCharge()
optional sint32 charge = 6; |
int |
getId()
required sint32 id = 1; |
float |
getLifetime()
optional float lifetime = 5; |
double |
getMass()
required double mass = 2; |
String |
getName()
required string name = 3; |
com.google.protobuf.ByteString |
getNameBytes()
required string name = 3; |
float |
getWidth()
optional float width = 4; |
boolean |
hasCharge()
optional sint32 charge = 6; |
boolean |
hasId()
required sint32 id = 1; |
boolean |
hasLifetime()
optional float lifetime = 5; |
boolean |
hasMass()
required double mass = 2; |
boolean |
hasName()
required string name = 3; |
boolean |
hasWidth()
optional float width = 4; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasId()
required sint32 id = 1;
PID of particle
int getId()
required sint32 id = 1;
PID of particle
boolean hasMass()
required double mass = 2;
its mass
double getMass()
required double mass = 2;
its mass
boolean hasName()
required string name = 3;
name of the particle
String getName()
required string name = 3;
name of the particle
com.google.protobuf.ByteString getNameBytes()
required string name = 3;
name of the particle
boolean hasWidth()
optional float width = 4;
width
float getWidth()
optional float width = 4;
width
boolean hasLifetime()
optional float lifetime = 5;
lifetime
float getLifetime()
optional float lifetime = 5;
lifetime
boolean hasCharge()
optional sint32 charge = 6;
charge
int getCharge()
optional sint32 charge = 6;
charge
Jas4pp 1.5 © Java Analysis Studio for Particle Physics