public static final class ProMCStatFile.ProMCStat extends com.google.protobuf.GeneratedMessage implements ProMCStatFile.ProMCStatOrBuilder
promc.ProMCStat
Modifier and Type | Class and Description |
---|---|
static class |
ProMCStatFile.ProMCStat.Builder
Protobuf type
promc.ProMCStat |
static class |
ProMCStatFile.ProMCStat.MetaFloat
Protobuf type
promc.ProMCStat.MetaFloat |
static interface |
ProMCStatFile.ProMCStat.MetaFloatOrBuilder |
static class |
ProMCStatFile.ProMCStat.MetaInt
Protobuf type
promc.ProMCStat.MetaInt |
static interface |
ProMCStatFile.ProMCStat.MetaIntOrBuilder |
static class |
ProMCStatFile.ProMCStat.ProcessData
Protobuf type
promc.ProMCStat.ProcessData |
static interface |
ProMCStatFile.ProMCStat.ProcessDataOrBuilder |
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_ACCUMULATED_FIELD_NUMBER |
static int |
CROSS_SECTION_ERROR_ACCUMULATED_FIELD_NUMBER |
static int |
LUMINOSITY_ACCUMULATED_FIELD_NUMBER |
static int |
METAFLOAT_FIELD_NUMBER |
static int |
METAINT_FIELD_NUMBER |
static int |
NACCEPTED_FIELD_NUMBER |
static int |
NEVENTS_FAILED_FIELD_NUMBER |
static int |
NEVENTS_REQUESTED_FIELD_NUMBER |
static int |
NSELECTED_FIELD_NUMBER |
static int |
NTRIED_FIELD_NUMBER |
static com.google.protobuf.Parser<ProMCStatFile.ProMCStat> |
PARSER |
static int |
PROCESSDATA_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
double |
getCrossSectionAccumulated()
optional double cross_section_accumulated = 3; |
double |
getCrossSectionErrorAccumulated()
optional double cross_section_error_accumulated = 4; |
static ProMCStatFile.ProMCStat |
getDefaultInstance() |
ProMCStatFile.ProMCStat |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
double |
getLuminosityAccumulated()
optional double luminosity_accumulated = 5; |
ProMCStatFile.ProMCStat.MetaFloat |
getMetaFloat(int index)
repeated .promc.ProMCStat.MetaFloat metaFloat = 12; |
int |
getMetaFloatCount()
repeated .promc.ProMCStat.MetaFloat metaFloat = 12; |
List<ProMCStatFile.ProMCStat.MetaFloat> |
getMetaFloatList()
repeated .promc.ProMCStat.MetaFloat metaFloat = 12; |
ProMCStatFile.ProMCStat.MetaFloatOrBuilder |
getMetaFloatOrBuilder(int index)
repeated .promc.ProMCStat.MetaFloat metaFloat = 12; |
List<? extends ProMCStatFile.ProMCStat.MetaFloatOrBuilder> |
getMetaFloatOrBuilderList()
repeated .promc.ProMCStat.MetaFloat metaFloat = 12; |
ProMCStatFile.ProMCStat.MetaInt |
getMetaInt(int index)
repeated .promc.ProMCStat.MetaInt metaInt = 11; |
int |
getMetaIntCount()
repeated .promc.ProMCStat.MetaInt metaInt = 11; |
List<ProMCStatFile.ProMCStat.MetaInt> |
getMetaIntList()
repeated .promc.ProMCStat.MetaInt metaInt = 11; |
ProMCStatFile.ProMCStat.MetaIntOrBuilder |
getMetaIntOrBuilder(int index)
repeated .promc.ProMCStat.MetaInt metaInt = 11; |
List<? extends ProMCStatFile.ProMCStat.MetaIntOrBuilder> |
getMetaIntOrBuilderList()
repeated .promc.ProMCStat.MetaInt metaInt = 11; |
int |
getNAccepted()
optional int32 nAccepted = 8; |
int |
getNeventsFailed()
optional int32 nevents_failed = 2; |
int |
getNeventsRequested()
optional int32 nevents_requested = 1; |
int |
getNSelected()
optional int32 nSelected = 7; |
int |
getNTried()
optional int32 nTried = 6; |
com.google.protobuf.Parser<ProMCStatFile.ProMCStat> |
getParserForType() |
ProMCStatFile.ProMCStat.ProcessData |
getProcessData(int index)
repeated .promc.ProMCStat.ProcessData processData = 10; |
int |
getProcessDataCount()
repeated .promc.ProMCStat.ProcessData processData = 10; |
List<ProMCStatFile.ProMCStat.ProcessData> |
getProcessDataList()
repeated .promc.ProMCStat.ProcessData processData = 10; |
ProMCStatFile.ProMCStat.ProcessDataOrBuilder |
getProcessDataOrBuilder(int index)
repeated .promc.ProMCStat.ProcessData processData = 10; |
List<? extends ProMCStatFile.ProMCStat.ProcessDataOrBuilder> |
getProcessDataOrBuilderList()
repeated .promc.ProMCStat.ProcessData processData = 10; |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasCrossSectionAccumulated()
optional double cross_section_accumulated = 3; |
boolean |
hasCrossSectionErrorAccumulated()
optional double cross_section_error_accumulated = 4; |
boolean |
hasLuminosityAccumulated()
optional double luminosity_accumulated = 5; |
boolean |
hasNAccepted()
optional int32 nAccepted = 8; |
boolean |
hasNeventsFailed()
optional int32 nevents_failed = 2; |
boolean |
hasNeventsRequested()
optional int32 nevents_requested = 1; |
boolean |
hasNSelected()
optional int32 nSelected = 7; |
boolean |
hasNTried()
optional int32 nTried = 6; |
boolean |
isInitialized() |
static ProMCStatFile.ProMCStat.Builder |
newBuilder() |
static ProMCStatFile.ProMCStat.Builder |
newBuilder(ProMCStatFile.ProMCStat prototype) |
ProMCStatFile.ProMCStat.Builder |
newBuilderForType() |
static ProMCStatFile.ProMCStat |
parseDelimitedFrom(InputStream input) |
static ProMCStatFile.ProMCStat |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProMCStatFile.ProMCStat |
parseFrom(byte[] data) |
static ProMCStatFile.ProMCStat |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProMCStatFile.ProMCStat |
parseFrom(com.google.protobuf.ByteString data) |
static ProMCStatFile.ProMCStat |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProMCStatFile.ProMCStat |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ProMCStatFile.ProMCStat |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProMCStatFile.ProMCStat |
parseFrom(InputStream input) |
static ProMCStatFile.ProMCStat |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ProMCStatFile.ProMCStat.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> PARSER
public static final int NEVENTS_REQUESTED_FIELD_NUMBER
public static final int NEVENTS_FAILED_FIELD_NUMBER
public static final int CROSS_SECTION_ACCUMULATED_FIELD_NUMBER
public static final int CROSS_SECTION_ERROR_ACCUMULATED_FIELD_NUMBER
public static final int LUMINOSITY_ACCUMULATED_FIELD_NUMBER
public static final int NTRIED_FIELD_NUMBER
public static final int NSELECTED_FIELD_NUMBER
public static final int NACCEPTED_FIELD_NUMBER
public static final int PROCESSDATA_FIELD_NUMBER
public static final int METAINT_FIELD_NUMBER
public static final int METAFLOAT_FIELD_NUMBER
public static ProMCStatFile.ProMCStat getDefaultInstance()
public ProMCStatFile.ProMCStat 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> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public boolean hasNeventsRequested()
optional int32 nevents_requested = 1;
events requested
hasNeventsRequested
in interface ProMCStatFile.ProMCStatOrBuilder
public int getNeventsRequested()
optional int32 nevents_requested = 1;
events requested
getNeventsRequested
in interface ProMCStatFile.ProMCStatOrBuilder
public boolean hasNeventsFailed()
optional int32 nevents_failed = 2;
events failed
hasNeventsFailed
in interface ProMCStatFile.ProMCStatOrBuilder
public int getNeventsFailed()
optional int32 nevents_failed = 2;
events failed
getNeventsFailed
in interface ProMCStatFile.ProMCStatOrBuilder
public boolean hasCrossSectionAccumulated()
optional double cross_section_accumulated = 3;
cross section in pb (accumulated after all events)
hasCrossSectionAccumulated
in interface ProMCStatFile.ProMCStatOrBuilder
public double getCrossSectionAccumulated()
optional double cross_section_accumulated = 3;
cross section in pb (accumulated after all events)
getCrossSectionAccumulated
in interface ProMCStatFile.ProMCStatOrBuilder
public boolean hasCrossSectionErrorAccumulated()
optional double cross_section_error_accumulated = 4;
error associated with this cross section in pb
hasCrossSectionErrorAccumulated
in interface ProMCStatFile.ProMCStatOrBuilder
public double getCrossSectionErrorAccumulated()
optional double cross_section_error_accumulated = 4;
error associated with this cross section in pb
getCrossSectionErrorAccumulated
in interface ProMCStatFile.ProMCStatOrBuilder
public boolean hasLuminosityAccumulated()
optional double luminosity_accumulated = 5;
accumulated luminosity in pb
hasLuminosityAccumulated
in interface ProMCStatFile.ProMCStatOrBuilder
public double getLuminosityAccumulated()
optional double luminosity_accumulated = 5;
accumulated luminosity in pb
getLuminosityAccumulated
in interface ProMCStatFile.ProMCStatOrBuilder
public boolean hasNTried()
optional int32 nTried = 6;
tried events
hasNTried
in interface ProMCStatFile.ProMCStatOrBuilder
public int getNTried()
optional int32 nTried = 6;
tried events
getNTried
in interface ProMCStatFile.ProMCStatOrBuilder
public boolean hasNSelected()
optional int32 nSelected = 7;
selected events
hasNSelected
in interface ProMCStatFile.ProMCStatOrBuilder
public int getNSelected()
optional int32 nSelected = 7;
selected events
getNSelected
in interface ProMCStatFile.ProMCStatOrBuilder
public boolean hasNAccepted()
optional int32 nAccepted = 8;
accepted events
hasNAccepted
in interface ProMCStatFile.ProMCStatOrBuilder
public int getNAccepted()
optional int32 nAccepted = 8;
accepted events
getNAccepted
in interface ProMCStatFile.ProMCStatOrBuilder
public List<ProMCStatFile.ProMCStat.ProcessData> getProcessDataList()
repeated .promc.ProMCStat.ProcessData processData = 10;
getProcessDataList
in interface ProMCStatFile.ProMCStatOrBuilder
public List<? extends ProMCStatFile.ProMCStat.ProcessDataOrBuilder> getProcessDataOrBuilderList()
repeated .promc.ProMCStat.ProcessData processData = 10;
getProcessDataOrBuilderList
in interface ProMCStatFile.ProMCStatOrBuilder
public int getProcessDataCount()
repeated .promc.ProMCStat.ProcessData processData = 10;
getProcessDataCount
in interface ProMCStatFile.ProMCStatOrBuilder
public ProMCStatFile.ProMCStat.ProcessData getProcessData(int index)
repeated .promc.ProMCStat.ProcessData processData = 10;
getProcessData
in interface ProMCStatFile.ProMCStatOrBuilder
public ProMCStatFile.ProMCStat.ProcessDataOrBuilder getProcessDataOrBuilder(int index)
repeated .promc.ProMCStat.ProcessData processData = 10;
getProcessDataOrBuilder
in interface ProMCStatFile.ProMCStatOrBuilder
public List<ProMCStatFile.ProMCStat.MetaInt> getMetaIntList()
repeated .promc.ProMCStat.MetaInt metaInt = 11;
keep metadata as key-value (int)
getMetaIntList
in interface ProMCStatFile.ProMCStatOrBuilder
public List<? extends ProMCStatFile.ProMCStat.MetaIntOrBuilder> getMetaIntOrBuilderList()
repeated .promc.ProMCStat.MetaInt metaInt = 11;
keep metadata as key-value (int)
getMetaIntOrBuilderList
in interface ProMCStatFile.ProMCStatOrBuilder
public int getMetaIntCount()
repeated .promc.ProMCStat.MetaInt metaInt = 11;
keep metadata as key-value (int)
getMetaIntCount
in interface ProMCStatFile.ProMCStatOrBuilder
public ProMCStatFile.ProMCStat.MetaInt getMetaInt(int index)
repeated .promc.ProMCStat.MetaInt metaInt = 11;
keep metadata as key-value (int)
getMetaInt
in interface ProMCStatFile.ProMCStatOrBuilder
public ProMCStatFile.ProMCStat.MetaIntOrBuilder getMetaIntOrBuilder(int index)
repeated .promc.ProMCStat.MetaInt metaInt = 11;
keep metadata as key-value (int)
getMetaIntOrBuilder
in interface ProMCStatFile.ProMCStatOrBuilder
public List<ProMCStatFile.ProMCStat.MetaFloat> getMetaFloatList()
repeated .promc.ProMCStat.MetaFloat metaFloat = 12;
keep metadata as key-value (double)
getMetaFloatList
in interface ProMCStatFile.ProMCStatOrBuilder
public List<? extends ProMCStatFile.ProMCStat.MetaFloatOrBuilder> getMetaFloatOrBuilderList()
repeated .promc.ProMCStat.MetaFloat metaFloat = 12;
keep metadata as key-value (double)
getMetaFloatOrBuilderList
in interface ProMCStatFile.ProMCStatOrBuilder
public int getMetaFloatCount()
repeated .promc.ProMCStat.MetaFloat metaFloat = 12;
keep metadata as key-value (double)
getMetaFloatCount
in interface ProMCStatFile.ProMCStatOrBuilder
public ProMCStatFile.ProMCStat.MetaFloat getMetaFloat(int index)
repeated .promc.ProMCStat.MetaFloat metaFloat = 12;
keep metadata as key-value (double)
getMetaFloat
in interface ProMCStatFile.ProMCStatOrBuilder
public ProMCStatFile.ProMCStat.MetaFloatOrBuilder getMetaFloatOrBuilder(int index)
repeated .promc.ProMCStat.MetaFloat metaFloat = 12;
keep metadata as key-value (double)
getMetaFloatOrBuilder
in interface ProMCStatFile.ProMCStatOrBuilder
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 parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ProMCStatFile.ProMCStat parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ProMCStatFile.ProMCStat parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ProMCStatFile.ProMCStat parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ProMCStatFile.ProMCStat parseFrom(InputStream input) throws IOException
IOException
public static ProMCStatFile.ProMCStat parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ProMCStatFile.ProMCStat parseDelimitedFrom(InputStream input) throws IOException
IOException
public static ProMCStatFile.ProMCStat parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ProMCStatFile.ProMCStat parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static ProMCStatFile.ProMCStat parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ProMCStatFile.ProMCStat.Builder newBuilder()
public ProMCStatFile.ProMCStat.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static ProMCStatFile.ProMCStat.Builder newBuilder(ProMCStatFile.ProMCStat prototype)
public ProMCStatFile.ProMCStat.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