public static final class PBufFile.Record.H2D extends com.google.protobuf.GeneratedMessage implements PBufFile.Record.H2DOrBuilder
promc.Record.H2D
2D histogram
Modifier and Type | Class and Description |
---|---|
static class |
PBufFile.Record.H2D.Builder
Protobuf type
promc.Record.H2D |
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 |
ENTRIES_FIELD_NUMBER |
static int |
ERRORS_FIELD_NUMBER |
static int |
HEIGHTS_FIELD_NUMBER |
static int |
ISFIXEDBINS_FIELD_NUMBER |
static int |
MEANSX_FIELD_NUMBER |
static int |
MEANSY_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static int |
NENTRIES_FIELD_NUMBER |
static int |
OUTOFRANGE_FIELD_NUMBER |
static com.google.protobuf.Parser<PBufFile.Record.H2D> |
PARSER |
static int |
RMSESX_FIELD_NUMBER |
static int |
RMSESY_FIELD_NUMBER |
static int |
SUMMARY_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
int |
getAllentries()
optional int32 allentries = 11; |
static PBufFile.Record.H2D |
getDefaultInstance() |
PBufFile.Record.H2D |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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 = 13; |
double |
getMeansX(int index)
repeated double meansX = 4 [packed = true]; |
int |
getMeansXCount()
repeated double meansX = 4 [packed = true]; |
List<Double> |
getMeansXList()
repeated double meansX = 4 [packed = true]; |
double |
getMeansY(int index)
repeated double meansY = 7 [packed = true]; |
int |
getMeansYCount()
repeated double meansY = 7 [packed = true]; |
List<Double> |
getMeansYList()
repeated double meansY = 7 [packed = true]; |
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 |
getOutofrange(int index)
repeated double outofrange = 10 [packed = true]; |
int |
getOutofrangeCount()
repeated double outofrange = 10 [packed = true]; |
List<Double> |
getOutofrangeList()
repeated double outofrange = 10 [packed = true]; |
com.google.protobuf.Parser<PBufFile.Record.H2D> |
getParserForType() |
double |
getRmsesX(int index)
repeated double rmsesX = 5 [packed = true]; |
int |
getRmsesXCount()
repeated double rmsesX = 5 [packed = true]; |
List<Double> |
getRmsesXList()
repeated double rmsesX = 5 [packed = true]; |
double |
getRmsesY(int index)
repeated double rmsesY = 8 [packed = true]; |
int |
getRmsesYCount()
repeated double rmsesY = 8 [packed = true]; |
List<Double> |
getRmsesYList()
repeated double rmsesY = 8 [packed = true]; |
int |
getSerializedSize() |
double |
getSummary(int index)
repeated double summary = 9 [packed = true]; |
int |
getSummaryCount()
repeated double summary = 9 [packed = true]; |
List<Double> |
getSummaryList()
repeated double summary = 9 [packed = true]; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasAllentries()
optional int32 allentries = 11; |
boolean |
hasIsFixedBins()
required bool isFixedBins = 13; |
boolean |
hasName()
required string name = 1 [default = "none"]; |
boolean |
hasNentries()
optional int32 nentries = 12; |
boolean |
isInitialized() |
static PBufFile.Record.H2D.Builder |
newBuilder() |
static PBufFile.Record.H2D.Builder |
newBuilder(PBufFile.Record.H2D prototype) |
PBufFile.Record.H2D.Builder |
newBuilderForType() |
static PBufFile.Record.H2D |
parseDelimitedFrom(InputStream input) |
static PBufFile.Record.H2D |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PBufFile.Record.H2D |
parseFrom(byte[] data) |
static PBufFile.Record.H2D |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PBufFile.Record.H2D |
parseFrom(com.google.protobuf.ByteString data) |
static PBufFile.Record.H2D |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PBufFile.Record.H2D |
parseFrom(com.google.protobuf.CodedInputStream input) |
static PBufFile.Record.H2D |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PBufFile.Record.H2D |
parseFrom(InputStream input) |
static PBufFile.Record.H2D |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
PBufFile.Record.H2D.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.H2D> 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 MEANSX_FIELD_NUMBER
public static final int RMSESX_FIELD_NUMBER
public static final int ENTRIES_FIELD_NUMBER
public static final int MEANSY_FIELD_NUMBER
public static final int RMSESY_FIELD_NUMBER
public static final int SUMMARY_FIELD_NUMBER
public static final int OUTOFRANGE_FIELD_NUMBER
public static final int ALLENTRIES_FIELD_NUMBER
public static final int NENTRIES_FIELD_NUMBER
public static final int ISFIXEDBINS_FIELD_NUMBER
public static PBufFile.Record.H2D getDefaultInstance()
public PBufFile.Record.H2D 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.H2D> 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.H2DOrBuilder
public String getName()
required string name = 1 [default = "none"];
getName
in interface PBufFile.Record.H2DOrBuilder
public com.google.protobuf.ByteString getNameBytes()
required string name = 1 [default = "none"];
getNameBytes
in interface PBufFile.Record.H2DOrBuilder
public List<Double> getHeightsList()
repeated double heights = 2 [packed = true];
getHeightsList
in interface PBufFile.Record.H2DOrBuilder
public int getHeightsCount()
repeated double heights = 2 [packed = true];
getHeightsCount
in interface PBufFile.Record.H2DOrBuilder
public double getHeights(int index)
repeated double heights = 2 [packed = true];
getHeights
in interface PBufFile.Record.H2DOrBuilder
public List<Double> getErrorsList()
repeated double errors = 3 [packed = true];
getErrorsList
in interface PBufFile.Record.H2DOrBuilder
public int getErrorsCount()
repeated double errors = 3 [packed = true];
getErrorsCount
in interface PBufFile.Record.H2DOrBuilder
public double getErrors(int index)
repeated double errors = 3 [packed = true];
getErrors
in interface PBufFile.Record.H2DOrBuilder
public List<Double> getMeansXList()
repeated double meansX = 4 [packed = true];
getMeansXList
in interface PBufFile.Record.H2DOrBuilder
public int getMeansXCount()
repeated double meansX = 4 [packed = true];
getMeansXCount
in interface PBufFile.Record.H2DOrBuilder
public double getMeansX(int index)
repeated double meansX = 4 [packed = true];
getMeansX
in interface PBufFile.Record.H2DOrBuilder
public List<Double> getRmsesXList()
repeated double rmsesX = 5 [packed = true];
getRmsesXList
in interface PBufFile.Record.H2DOrBuilder
public int getRmsesXCount()
repeated double rmsesX = 5 [packed = true];
getRmsesXCount
in interface PBufFile.Record.H2DOrBuilder
public double getRmsesX(int index)
repeated double rmsesX = 5 [packed = true];
getRmsesX
in interface PBufFile.Record.H2DOrBuilder
public List<Integer> getEntriesList()
repeated int32 entries = 6 [packed = true];
getEntriesList
in interface PBufFile.Record.H2DOrBuilder
public int getEntriesCount()
repeated int32 entries = 6 [packed = true];
getEntriesCount
in interface PBufFile.Record.H2DOrBuilder
public int getEntries(int index)
repeated int32 entries = 6 [packed = true];
getEntries
in interface PBufFile.Record.H2DOrBuilder
public List<Double> getMeansYList()
repeated double meansY = 7 [packed = true];
getMeansYList
in interface PBufFile.Record.H2DOrBuilder
public int getMeansYCount()
repeated double meansY = 7 [packed = true];
getMeansYCount
in interface PBufFile.Record.H2DOrBuilder
public double getMeansY(int index)
repeated double meansY = 7 [packed = true];
getMeansY
in interface PBufFile.Record.H2DOrBuilder
public List<Double> getRmsesYList()
repeated double rmsesY = 8 [packed = true];
getRmsesYList
in interface PBufFile.Record.H2DOrBuilder
public int getRmsesYCount()
repeated double rmsesY = 8 [packed = true];
getRmsesYCount
in interface PBufFile.Record.H2DOrBuilder
public double getRmsesY(int index)
repeated double rmsesY = 8 [packed = true];
getRmsesY
in interface PBufFile.Record.H2DOrBuilder
public List<Double> getSummaryList()
repeated double summary = 9 [packed = true];
binsX,minX,maxX, binsY,minY,maxY, meanX,rmsX,meanY,rmsY
getSummaryList
in interface PBufFile.Record.H2DOrBuilder
public int getSummaryCount()
repeated double summary = 9 [packed = true];
binsX,minX,maxX, binsY,minY,maxY, meanX,rmsX,meanY,rmsY
getSummaryCount
in interface PBufFile.Record.H2DOrBuilder
public double getSummary(int index)
repeated double summary = 9 [packed = true];
binsX,minX,maxX, binsY,minY,maxY, meanX,rmsX,meanY,rmsY
getSummary
in interface PBufFile.Record.H2DOrBuilder
public List<Double> getOutofrangeList()
repeated double outofrange = 10 [packed = true];
out of range 6 | 7 | 8 ----------- 3 | 4 | 5 ----------- 0 | 1 | 2
getOutofrangeList
in interface PBufFile.Record.H2DOrBuilder
public int getOutofrangeCount()
repeated double outofrange = 10 [packed = true];
out of range 6 | 7 | 8 ----------- 3 | 4 | 5 ----------- 0 | 1 | 2
getOutofrangeCount
in interface PBufFile.Record.H2DOrBuilder
public double getOutofrange(int index)
repeated double outofrange = 10 [packed = true];
out of range 6 | 7 | 8 ----------- 3 | 4 | 5 ----------- 0 | 1 | 2
getOutofrange
in interface PBufFile.Record.H2DOrBuilder
public boolean hasAllentries()
optional int32 allentries = 11;
hasAllentries
in interface PBufFile.Record.H2DOrBuilder
public int getAllentries()
optional int32 allentries = 11;
getAllentries
in interface PBufFile.Record.H2DOrBuilder
public boolean hasNentries()
optional int32 nentries = 12;
hasNentries
in interface PBufFile.Record.H2DOrBuilder
public int getNentries()
optional int32 nentries = 12;
getNentries
in interface PBufFile.Record.H2DOrBuilder
public boolean hasIsFixedBins()
required bool isFixedBins = 13;
hasIsFixedBins
in interface PBufFile.Record.H2DOrBuilder
public boolean getIsFixedBins()
required bool isFixedBins = 13;
getIsFixedBins
in interface PBufFile.Record.H2DOrBuilder
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.H2D parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static PBufFile.Record.H2D parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static PBufFile.Record.H2D parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static PBufFile.Record.H2D parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static PBufFile.Record.H2D parseFrom(InputStream input) throws IOException
IOException
public static PBufFile.Record.H2D parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static PBufFile.Record.H2D parseDelimitedFrom(InputStream input) throws IOException
IOException
public static PBufFile.Record.H2D parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static PBufFile.Record.H2D parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static PBufFile.Record.H2D parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static PBufFile.Record.H2D.Builder newBuilder()
public PBufFile.Record.H2D.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static PBufFile.Record.H2D.Builder newBuilder(PBufFile.Record.H2D prototype)
public PBufFile.Record.H2D.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