public static interface ProMCStatFile.ProMCStat.ProcessDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
double |
getCrossSection()
required double cross_section = 2; |
double |
getCrossSectionError()
required double cross_section_error = 3; |
int |
getId()
required sint32 id = 1; |
String |
getName()
required string name = 4; |
com.google.protobuf.ByteString |
getNameBytes()
required string name = 4; |
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; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasId()
required sint32 id = 1;
process ID
int getId()
required sint32 id = 1;
process ID
boolean hasCrossSection()
required double cross_section = 2;
process cross section (in pb)
double getCrossSection()
required double cross_section = 2;
process cross section (in pb)
boolean hasCrossSectionError()
required double cross_section_error = 3;
error on cross section
double getCrossSectionError()
required double cross_section_error = 3;
error on cross section
boolean hasName()
required string name = 4;
name of the process
String getName()
required string name = 4;
name of the process
com.google.protobuf.ByteString getNameBytes()
required string name = 4;
name of the process
Jas4pp 1.5 © Java Analysis Studio for Particle Physics