public static interface PBufFile.Record.H1DOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getAllentries()
optional int32 allentries = 11; |
int |
getBins()
required int32 bins = 8; |
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; |
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]; |
double |
getUnderflow()
optional double underflow = 13; |
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; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasName()
required string name = 1 [default = "none"];
String getName()
required string name = 1 [default = "none"];
com.google.protobuf.ByteString getNameBytes()
required string name = 1 [default = "none"];
int getHeightsCount()
repeated double heights = 2 [packed = true];
double getHeights(int index)
repeated double heights = 2 [packed = true];
int getErrorsCount()
repeated double errors = 3 [packed = true];
double getErrors(int index)
repeated double errors = 3 [packed = true];
int getMeansCount()
repeated double means = 4 [packed = true];
double getMeans(int index)
repeated double means = 4 [packed = true];
int getRmsesCount()
repeated double rmses = 5 [packed = true];
double getRmses(int index)
repeated double rmses = 5 [packed = true];
int getEntriesCount()
repeated int32 entries = 6 [packed = true];
int getEntries(int index)
repeated int32 entries = 6 [packed = true];
int getEdgesCount()
repeated double edges = 7 [packed = true];
double getEdges(int index)
repeated double edges = 7 [packed = true];
boolean hasBins()
required int32 bins = 8;
int getBins()
required int32 bins = 8;
boolean hasMin()
required double min = 9;
double getMin()
required double min = 9;
boolean hasMax()
required double max = 10;
double getMax()
required double max = 10;
boolean hasAllentries()
optional int32 allentries = 11;
int getAllentries()
optional int32 allentries = 11;
boolean hasNentries()
optional int32 nentries = 12;
int getNentries()
optional int32 nentries = 12;
boolean hasUnderflow()
optional double underflow = 13;
double getUnderflow()
optional double underflow = 13;
boolean hasOverflow()
optional double overflow = 14;
double getOverflow()
optional double overflow = 14;
boolean hasRms()
optional double rms = 15;
double getRms()
optional double rms = 15;
boolean hasMean()
optional double mean = 16;
double getMean()
optional double mean = 16;
boolean hasIsFixedBins()
required bool isFixedBins = 17;
boolean getIsFixedBins()
required bool isFixedBins = 17;
Jas4pp 1.5 © Java Analysis Studio for Particle Physics