public static final class ProMCStatFile.ProMCStat.ProcessData extends com.google.protobuf.GeneratedMessage implements ProMCStatFile.ProMCStat.ProcessDataOrBuilder
promc.ProMCStat.ProcessData
store generated processes
Modifier and Type | Class and Description |
---|---|
static class |
ProMCStatFile.ProMCStat.ProcessData.Builder
Protobuf type
promc.ProMCStat.ProcessData |
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 |
CROSS_SECTION_ERROR_FIELD_NUMBER |
static int |
CROSS_SECTION_FIELD_NUMBER |
static int |
ID_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static com.google.protobuf.Parser<ProMCStatFile.ProMCStat.ProcessData> |
PARSER |
Modifier and Type | Method and Description |
---|---|
double |
getCrossSection()
required double cross_section = 2; |
double |
getCrossSectionError()
required double cross_section_error = 3; |
static ProMCStatFile.ProMCStat.ProcessData |
getDefaultInstance() |
ProMCStatFile.ProMCStat.ProcessData |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
int |
getId()
required sint32 id = 1; |
String |
getName()
required string name = 4; |
com.google.protobuf.ByteString |
getNameBytes()
required string name = 4; |
com.google.protobuf.Parser<ProMCStatFile.ProMCStat.ProcessData> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasCrossSection()
required double cross_section = 2; |
boolean |
hasCrossSectionError()
required double cross_section_error = 3; |
boolean |
hasId()
required sint32 id = 1; |
boolean |
hasName()
required string name = 4; |
boolean |
isInitialized() |
static ProMCStatFile.ProMCStat.ProcessData.Builder |
newBuilder() |
static ProMCStatFile.ProMCStat.ProcessData.Builder |
newBuilder(ProMCStatFile.ProMCStat.ProcessData prototype) |
ProMCStatFile.ProMCStat.ProcessData.Builder |
newBuilderForType() |
static ProMCStatFile.ProMCStat.ProcessData |
parseDelimitedFrom(InputStream input) |
static ProMCStatFile.ProMCStat.ProcessData |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProMCStatFile.ProMCStat.ProcessData |
parseFrom(byte[] data) |
static ProMCStatFile.ProMCStat.ProcessData |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProMCStatFile.ProMCStat.ProcessData |
parseFrom(com.google.protobuf.ByteString data) |
static ProMCStatFile.ProMCStat.ProcessData |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProMCStatFile.ProMCStat.ProcessData |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ProMCStatFile.ProMCStat.ProcessData |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProMCStatFile.ProMCStat.ProcessData |
parseFrom(InputStream input) |
static ProMCStatFile.ProMCStat.ProcessData |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ProMCStatFile.ProMCStat.ProcessData.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<ProMCStatFile.ProMCStat.ProcessData> PARSER
public static final int ID_FIELD_NUMBER
public static final int CROSS_SECTION_FIELD_NUMBER
public static final int CROSS_SECTION_ERROR_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
public static ProMCStatFile.ProMCStat.ProcessData getDefaultInstance()
public ProMCStatFile.ProMCStat.ProcessData 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<ProMCStatFile.ProMCStat.ProcessData> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public boolean hasId()
required sint32 id = 1;
process ID
hasId
in interface ProMCStatFile.ProMCStat.ProcessDataOrBuilder
public int getId()
required sint32 id = 1;
process ID
getId
in interface ProMCStatFile.ProMCStat.ProcessDataOrBuilder
public boolean hasCrossSection()
required double cross_section = 2;
process cross section (in pb)
hasCrossSection
in interface ProMCStatFile.ProMCStat.ProcessDataOrBuilder
public double getCrossSection()
required double cross_section = 2;
process cross section (in pb)
getCrossSection
in interface ProMCStatFile.ProMCStat.ProcessDataOrBuilder
public boolean hasCrossSectionError()
required double cross_section_error = 3;
error on cross section
hasCrossSectionError
in interface ProMCStatFile.ProMCStat.ProcessDataOrBuilder
public double getCrossSectionError()
required double cross_section_error = 3;
error on cross section
getCrossSectionError
in interface ProMCStatFile.ProMCStat.ProcessDataOrBuilder
public boolean hasName()
required string name = 4;
name of the process
hasName
in interface ProMCStatFile.ProMCStat.ProcessDataOrBuilder
public String getName()
required string name = 4;
name of the process
getName
in interface ProMCStatFile.ProMCStat.ProcessDataOrBuilder
public com.google.protobuf.ByteString getNameBytes()
required string name = 4;
name of the process
getNameBytes
in interface ProMCStatFile.ProMCStat.ProcessDataOrBuilder
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 ProMCStatFile.ProMCStat.ProcessData parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ProMCStatFile.ProMCStat.ProcessData parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ProMCStatFile.ProMCStat.ProcessData parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ProMCStatFile.ProMCStat.ProcessData parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ProMCStatFile.ProMCStat.ProcessData parseFrom(InputStream input) throws IOException
IOException
public static ProMCStatFile.ProMCStat.ProcessData parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ProMCStatFile.ProMCStat.ProcessData parseDelimitedFrom(InputStream input) throws IOException
IOException
public static ProMCStatFile.ProMCStat.ProcessData parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ProMCStatFile.ProMCStat.ProcessData parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static ProMCStatFile.ProMCStat.ProcessData parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ProMCStatFile.ProMCStat.ProcessData.Builder newBuilder()
public ProMCStatFile.ProMCStat.ProcessData.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static ProMCStatFile.ProMCStat.ProcessData.Builder newBuilder(ProMCStatFile.ProMCStat.ProcessData prototype)
public ProMCStatFile.ProMCStat.ProcessData.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