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, newMessageScopedGeneratedExtension
equals, findInitializationErrors, getInitializationErrorString, hashCode, toString
toByteArray, toByteString, writeDelimitedTo, writeTo
public 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.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<PBufFile.Record.H1D> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public boolean hasName()
required string name = 1 [default = "none"];
hasName
in interface PBufFile.Record.H1DOrBuilder
public String getName()
required string name = 1 [default = "none"];
getName
in interface PBufFile.Record.H1DOrBuilder
public com.google.protobuf.ByteString getNameBytes()
required string name = 1 [default = "none"];
getNameBytes
in interface PBufFile.Record.H1DOrBuilder
public List<Double> getHeightsList()
repeated double heights = 2 [packed = true];
getHeightsList
in interface PBufFile.Record.H1DOrBuilder
public int getHeightsCount()
repeated double heights = 2 [packed = true];
getHeightsCount
in interface PBufFile.Record.H1DOrBuilder
public double getHeights(int index)
repeated double heights = 2 [packed = true];
getHeights
in interface PBufFile.Record.H1DOrBuilder
public List<Double> getErrorsList()
repeated double errors = 3 [packed = true];
getErrorsList
in interface PBufFile.Record.H1DOrBuilder
public int getErrorsCount()
repeated double errors = 3 [packed = true];
getErrorsCount
in interface PBufFile.Record.H1DOrBuilder
public double getErrors(int index)
repeated double errors = 3 [packed = true];
getErrors
in interface PBufFile.Record.H1DOrBuilder
public List<Double> getMeansList()
repeated double means = 4 [packed = true];
getMeansList
in interface PBufFile.Record.H1DOrBuilder
public int getMeansCount()
repeated double means = 4 [packed = true];
getMeansCount
in interface PBufFile.Record.H1DOrBuilder
public double getMeans(int index)
repeated double means = 4 [packed = true];
getMeans
in interface PBufFile.Record.H1DOrBuilder
public List<Double> getRmsesList()
repeated double rmses = 5 [packed = true];
getRmsesList
in interface PBufFile.Record.H1DOrBuilder
public int getRmsesCount()
repeated double rmses = 5 [packed = true];
getRmsesCount
in interface PBufFile.Record.H1DOrBuilder
public double getRmses(int index)
repeated double rmses = 5 [packed = true];
getRmses
in interface PBufFile.Record.H1DOrBuilder
public List<Integer> getEntriesList()
repeated int32 entries = 6 [packed = true];
getEntriesList
in interface PBufFile.Record.H1DOrBuilder
public int getEntriesCount()
repeated int32 entries = 6 [packed = true];
getEntriesCount
in interface PBufFile.Record.H1DOrBuilder
public int getEntries(int index)
repeated int32 entries = 6 [packed = true];
getEntries
in interface PBufFile.Record.H1DOrBuilder
public List<Double> getEdgesList()
repeated double edges = 7 [packed = true];
getEdgesList
in interface PBufFile.Record.H1DOrBuilder
public int getEdgesCount()
repeated double edges = 7 [packed = true];
getEdgesCount
in interface PBufFile.Record.H1DOrBuilder
public double getEdges(int index)
repeated double edges = 7 [packed = true];
getEdges
in interface PBufFile.Record.H1DOrBuilder
public boolean hasBins()
required int32 bins = 8;
hasBins
in interface PBufFile.Record.H1DOrBuilder
public int getBins()
required int32 bins = 8;
getBins
in interface PBufFile.Record.H1DOrBuilder
public boolean hasMin()
required double min = 9;
hasMin
in interface PBufFile.Record.H1DOrBuilder
public double getMin()
required double min = 9;
getMin
in interface PBufFile.Record.H1DOrBuilder
public boolean hasMax()
required double max = 10;
hasMax
in interface PBufFile.Record.H1DOrBuilder
public double getMax()
required double max = 10;
getMax
in interface PBufFile.Record.H1DOrBuilder
public boolean hasAllentries()
optional int32 allentries = 11;
hasAllentries
in interface PBufFile.Record.H1DOrBuilder
public int getAllentries()
optional int32 allentries = 11;
getAllentries
in interface PBufFile.Record.H1DOrBuilder
public boolean hasNentries()
optional int32 nentries = 12;
hasNentries
in interface PBufFile.Record.H1DOrBuilder
public int getNentries()
optional int32 nentries = 12;
getNentries
in interface PBufFile.Record.H1DOrBuilder
public boolean hasUnderflow()
optional double underflow = 13;
hasUnderflow
in interface PBufFile.Record.H1DOrBuilder
public double getUnderflow()
optional double underflow = 13;
getUnderflow
in interface PBufFile.Record.H1DOrBuilder
public boolean hasOverflow()
optional double overflow = 14;
hasOverflow
in interface PBufFile.Record.H1DOrBuilder
public double getOverflow()
optional double overflow = 14;
getOverflow
in interface PBufFile.Record.H1DOrBuilder
public boolean hasRms()
optional double rms = 15;
hasRms
in interface PBufFile.Record.H1DOrBuilder
public double getRms()
optional double rms = 15;
getRms
in interface PBufFile.Record.H1DOrBuilder
public boolean hasMean()
optional double mean = 16;
hasMean
in interface PBufFile.Record.H1DOrBuilder
public double getMean()
optional double mean = 16;
getMean
in interface PBufFile.Record.H1DOrBuilder
public boolean hasIsFixedBins()
required bool isFixedBins = 17;
hasIsFixedBins
in interface PBufFile.Record.H1DOrBuilder
public boolean getIsFixedBins()
required bool isFixedBins = 17;
getIsFixedBins
in interface PBufFile.Record.H1DOrBuilder
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 PBufFile.Record.H1D parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static PBufFile.Record.H1D parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static PBufFile.Record.H1D parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static PBufFile.Record.H1D parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static PBufFile.Record.H1D parseFrom(InputStream input) throws IOException
IOException
public static PBufFile.Record.H1D parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static PBufFile.Record.H1D parseDelimitedFrom(InputStream input) throws IOException
IOException
public static PBufFile.Record.H1D parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static PBufFile.Record.H1D parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static PBufFile.Record.H1D parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static PBufFile.Record.H1D.Builder newBuilder()
public PBufFile.Record.H1D.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static PBufFile.Record.H1D.Builder newBuilder(PBufFile.Record.H1D prototype)
public PBufFile.Record.H1D.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