public static final class PBufFile.Record.H1D extends com.google.protobuf.GeneratedMessage implements PBufFile.Record.H1DOrBuilder
promc.Record.H1D
1D histogram
| Modifier and Type | Class and Description |
|---|---|
static class |
PBufFile.Record.H1D.Builder
Protobuf type
promc.Record.H1D |
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 |
ALLENTRIES_FIELD_NUMBER |
static int |
BINS_FIELD_NUMBER |
static int |
EDGES_FIELD_NUMBER |
static int |
ENTRIES_FIELD_NUMBER |
static int |
ERRORS_FIELD_NUMBER |
static int |
HEIGHTS_FIELD_NUMBER |
static int |
ISFIXEDBINS_FIELD_NUMBER |
static int |
MAX_FIELD_NUMBER |
static int |
MEAN_FIELD_NUMBER |
static int |
MEANS_FIELD_NUMBER |
static int |
MIN_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static int |
NENTRIES_FIELD_NUMBER |
static int |
OVERFLOW_FIELD_NUMBER |
static com.google.protobuf.Parser<PBufFile.Record.H1D> |
PARSER |
static int |
RMS_FIELD_NUMBER |
static int |
RMSES_FIELD_NUMBER |
static int |
UNDERFLOW_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
int |
getAllentries()
optional int32 allentries = 11; |
int |
getBins()
required int32 bins = 8; |
static PBufFile.Record.H1D |
getDefaultInstance() |
PBufFile.Record.H1D |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
double |
getEdges(int index)
repeated double edges = 7 [packed = true]; |
int |
getEdgesCount()
repeated double edges = 7 [packed = true]; |
List<Double> |
getEdgesList()
repeated double edges = 7 [packed = true]; |
int |
getEntries(int index)
repeated int32 entries = 6 [packed = true]; |
int |
getEntriesCount()
repeated int32 entries = 6 [packed = true]; |
List<Integer> |
getEntriesList()
repeated int32 entries = 6 [packed = true]; |
double |
getErrors(int index)
repeated double errors = 3 [packed = true]; |
int |
getErrorsCount()
repeated double errors = 3 [packed = true]; |
List<Double> |
getErrorsList()
repeated double errors = 3 [packed = true]; |
double |
getHeights(int index)
repeated double heights = 2 [packed = true]; |
int |
getHeightsCount()
repeated double heights = 2 [packed = true]; |
List<Double> |
getHeightsList()
repeated double heights = 2 [packed = true]; |
boolean |
getIsFixedBins()
required bool isFixedBins = 17; |
double |
getMax()
required double max = 10; |
double |
getMean()
optional double mean = 16; |
double |
getMeans(int index)
repeated double means = 4 [packed = true]; |
int |
getMeansCount()
repeated double means = 4 [packed = true]; |
List<Double> |
getMeansList()
repeated double means = 4 [packed = true]; |
double |
getMin()
required double min = 9; |
String |
getName()
required string name = 1 [default = "none"]; |
com.google.protobuf.ByteString |
getNameBytes()
required string name = 1 [default = "none"]; |
int |
getNentries()
optional int32 nentries = 12; |
double |
getOverflow()
optional double overflow = 14; |
com.google.protobuf.Parser<PBufFile.Record.H1D> |
getParserForType() |
double |
getRms()
optional double rms = 15; |
double |
getRmses(int index)
repeated double rmses = 5 [packed = true]; |
int |
getRmsesCount()
repeated double rmses = 5 [packed = true]; |
List<Double> |
getRmsesList()
repeated double rmses = 5 [packed = true]; |
int |
getSerializedSize() |
double |
getUnderflow()
optional double underflow = 13; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasAllentries()
optional int32 allentries = 11; |
boolean |
hasBins()
required int32 bins = 8; |
boolean |
hasIsFixedBins()
required bool isFixedBins = 17; |
boolean |
hasMax()
required double max = 10; |
boolean |
hasMean()
optional double mean = 16; |
boolean |
hasMin()
required double min = 9; |
boolean |
hasName()
required string name = 1 [default = "none"]; |
boolean |
hasNentries()
optional int32 nentries = 12; |
boolean |
hasOverflow()
optional double overflow = 14; |
boolean |
hasRms()
optional double rms = 15; |
boolean |
hasUnderflow()
optional double underflow = 13; |
boolean |
isInitialized() |
static PBufFile.Record.H1D.Builder |
newBuilder() |
static PBufFile.Record.H1D.Builder |
newBuilder(PBufFile.Record.H1D prototype) |
PBufFile.Record.H1D.Builder |
newBuilderForType() |
static PBufFile.Record.H1D |
parseDelimitedFrom(InputStream input) |
static PBufFile.Record.H1D |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PBufFile.Record.H1D |
parseFrom(byte[] data) |
static PBufFile.Record.H1D |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PBufFile.Record.H1D |
parseFrom(com.google.protobuf.ByteString data) |
static PBufFile.Record.H1D |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PBufFile.Record.H1D |
parseFrom(com.google.protobuf.CodedInputStream input) |
static PBufFile.Record.H1D |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PBufFile.Record.H1D |
parseFrom(InputStream input) |
static PBufFile.Record.H1D |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
PBufFile.Record.H1D.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, newFileScopedGeneratedExtension, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, newMessageScopedGeneratedExtensionequals, findInitializationErrors, getInitializationErrorString, hashCode, toStringtoByteArray, toByteString, writeDelimitedTo, writeTopublic static com.google.protobuf.Parser<PBufFile.Record.H1D> PARSER
public static final int NAME_FIELD_NUMBER
public static final int HEIGHTS_FIELD_NUMBER
public static final int ERRORS_FIELD_NUMBER
public static final int MEANS_FIELD_NUMBER
public static final int RMSES_FIELD_NUMBER
public static final int ENTRIES_FIELD_NUMBER
public static final int EDGES_FIELD_NUMBER
public static final int BINS_FIELD_NUMBER
public static final int MIN_FIELD_NUMBER
public static final int MAX_FIELD_NUMBER
public static final int ALLENTRIES_FIELD_NUMBER
public static final int NENTRIES_FIELD_NUMBER
public static final int UNDERFLOW_FIELD_NUMBER
public static final int OVERFLOW_FIELD_NUMBER
public static final int RMS_FIELD_NUMBER
public static final int MEAN_FIELD_NUMBER
public static final int ISFIXEDBINS_FIELD_NUMBER
public static PBufFile.Record.H1D getDefaultInstance()
public PBufFile.Record.H1D getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessagepublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public com.google.protobuf.Parser<PBufFile.Record.H1D> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic boolean hasName()
required string name = 1 [default = "none"];hasName in interface PBufFile.Record.H1DOrBuilderpublic String getName()
required string name = 1 [default = "none"];getName in interface PBufFile.Record.H1DOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
required string name = 1 [default = "none"];getNameBytes in interface PBufFile.Record.H1DOrBuilderpublic List<Double> getHeightsList()
repeated double heights = 2 [packed = true];getHeightsList in interface PBufFile.Record.H1DOrBuilderpublic int getHeightsCount()
repeated double heights = 2 [packed = true];getHeightsCount in interface PBufFile.Record.H1DOrBuilderpublic double getHeights(int index)
repeated double heights = 2 [packed = true];getHeights in interface PBufFile.Record.H1DOrBuilderpublic List<Double> getErrorsList()
repeated double errors = 3 [packed = true];getErrorsList in interface PBufFile.Record.H1DOrBuilderpublic int getErrorsCount()
repeated double errors = 3 [packed = true];getErrorsCount in interface PBufFile.Record.H1DOrBuilderpublic double getErrors(int index)
repeated double errors = 3 [packed = true];getErrors in interface PBufFile.Record.H1DOrBuilderpublic List<Double> getMeansList()
repeated double means = 4 [packed = true];getMeansList in interface PBufFile.Record.H1DOrBuilderpublic int getMeansCount()
repeated double means = 4 [packed = true];getMeansCount in interface PBufFile.Record.H1DOrBuilderpublic double getMeans(int index)
repeated double means = 4 [packed = true];getMeans in interface PBufFile.Record.H1DOrBuilderpublic List<Double> getRmsesList()
repeated double rmses = 5 [packed = true];getRmsesList in interface PBufFile.Record.H1DOrBuilderpublic int getRmsesCount()
repeated double rmses = 5 [packed = true];getRmsesCount in interface PBufFile.Record.H1DOrBuilderpublic double getRmses(int index)
repeated double rmses = 5 [packed = true];getRmses in interface PBufFile.Record.H1DOrBuilderpublic List<Integer> getEntriesList()
repeated int32 entries = 6 [packed = true];getEntriesList in interface PBufFile.Record.H1DOrBuilderpublic int getEntriesCount()
repeated int32 entries = 6 [packed = true];getEntriesCount in interface PBufFile.Record.H1DOrBuilderpublic int getEntries(int index)
repeated int32 entries = 6 [packed = true];getEntries in interface PBufFile.Record.H1DOrBuilderpublic List<Double> getEdgesList()
repeated double edges = 7 [packed = true];getEdgesList in interface PBufFile.Record.H1DOrBuilderpublic int getEdgesCount()
repeated double edges = 7 [packed = true];getEdgesCount in interface PBufFile.Record.H1DOrBuilderpublic double getEdges(int index)
repeated double edges = 7 [packed = true];getEdges in interface PBufFile.Record.H1DOrBuilderpublic boolean hasBins()
required int32 bins = 8;hasBins in interface PBufFile.Record.H1DOrBuilderpublic int getBins()
required int32 bins = 8;getBins in interface PBufFile.Record.H1DOrBuilderpublic boolean hasMin()
required double min = 9;hasMin in interface PBufFile.Record.H1DOrBuilderpublic double getMin()
required double min = 9;getMin in interface PBufFile.Record.H1DOrBuilderpublic boolean hasMax()
required double max = 10;hasMax in interface PBufFile.Record.H1DOrBuilderpublic double getMax()
required double max = 10;getMax in interface PBufFile.Record.H1DOrBuilderpublic boolean hasAllentries()
optional int32 allentries = 11;hasAllentries in interface PBufFile.Record.H1DOrBuilderpublic int getAllentries()
optional int32 allentries = 11;getAllentries in interface PBufFile.Record.H1DOrBuilderpublic boolean hasNentries()
optional int32 nentries = 12;hasNentries in interface PBufFile.Record.H1DOrBuilderpublic int getNentries()
optional int32 nentries = 12;getNentries in interface PBufFile.Record.H1DOrBuilderpublic boolean hasUnderflow()
optional double underflow = 13;hasUnderflow in interface PBufFile.Record.H1DOrBuilderpublic double getUnderflow()
optional double underflow = 13;getUnderflow in interface PBufFile.Record.H1DOrBuilderpublic boolean hasOverflow()
optional double overflow = 14;hasOverflow in interface PBufFile.Record.H1DOrBuilderpublic double getOverflow()
optional double overflow = 14;getOverflow in interface PBufFile.Record.H1DOrBuilderpublic boolean hasRms()
optional double rms = 15;hasRms in interface PBufFile.Record.H1DOrBuilderpublic double getRms()
optional double rms = 15;getRms in interface PBufFile.Record.H1DOrBuilderpublic boolean hasMean()
optional double mean = 16;hasMean in interface PBufFile.Record.H1DOrBuilderpublic double getMean()
optional double mean = 16;getMean in interface PBufFile.Record.H1DOrBuilderpublic boolean hasIsFixedBins()
required bool isFixedBins = 17;hasIsFixedBins in interface PBufFile.Record.H1DOrBuilderpublic boolean getIsFixedBins()
required bool isFixedBins = 17;getIsFixedBins in interface PBufFile.Record.H1DOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessagepublic static PBufFile.Record.H1D parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PBufFile.Record.H1D parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PBufFile.Record.H1D parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PBufFile.Record.H1D parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PBufFile.Record.H1D parseFrom(InputStream input) throws IOException
IOExceptionpublic static PBufFile.Record.H1D parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PBufFile.Record.H1D parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static PBufFile.Record.H1D parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PBufFile.Record.H1D parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static PBufFile.Record.H1D parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PBufFile.Record.H1D.Builder newBuilder()
public PBufFile.Record.H1D.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static PBufFile.Record.H1D.Builder newBuilder(PBufFile.Record.H1D prototype)
public PBufFile.Record.H1D.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteJas4pp 1.5 © Java Analysis Studio for Particle Physics