public static final class ProMC.ProMCEvent.Muons extends com.google.protobuf.GeneratedMessage implements ProMC.ProMCEvent.MuonsOrBuilder
promc.ProMCEvent.Muons
Reconstructed Muons
| Modifier and Type | Class and Description |
|---|---|
static class |
ProMC.ProMCEvent.Muons.Builder
Protobuf type
promc.ProMCEvent.Muons |
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 |
CHARGE_FIELD_NUMBER |
static int |
ETA_FIELD_NUMBER |
static com.google.protobuf.Parser<ProMC.ProMCEvent.Muons> |
PARSER |
static int |
PHI_FIELD_NUMBER |
static int |
PT_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
int |
getCharge(int index)
repeated sint32 Charge = 4 [packed = true]; |
int |
getChargeCount()
repeated sint32 Charge = 4 [packed = true]; |
List<Integer> |
getChargeList()
repeated sint32 Charge = 4 [packed = true]; |
static ProMC.ProMCEvent.Muons |
getDefaultInstance() |
ProMC.ProMCEvent.Muons |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
long |
getEta(int index)
repeated sint64 Eta = 2 [packed = true]; |
int |
getEtaCount()
repeated sint64 Eta = 2 [packed = true]; |
List<Long> |
getEtaList()
repeated sint64 Eta = 2 [packed = true]; |
com.google.protobuf.Parser<ProMC.ProMCEvent.Muons> |
getParserForType() |
long |
getPhi(int index)
repeated sint64 Phi = 3 [packed = true]; |
int |
getPhiCount()
repeated sint64 Phi = 3 [packed = true]; |
List<Long> |
getPhiList()
repeated sint64 Phi = 3 [packed = true]; |
long |
getPT(int index)
repeated uint64 PT = 1 [packed = true]; |
int |
getPTCount()
repeated uint64 PT = 1 [packed = true]; |
List<Long> |
getPTList()
repeated uint64 PT = 1 [packed = true]; |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
isInitialized() |
static ProMC.ProMCEvent.Muons.Builder |
newBuilder() |
static ProMC.ProMCEvent.Muons.Builder |
newBuilder(ProMC.ProMCEvent.Muons prototype) |
ProMC.ProMCEvent.Muons.Builder |
newBuilderForType() |
static ProMC.ProMCEvent.Muons |
parseDelimitedFrom(InputStream input) |
static ProMC.ProMCEvent.Muons |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProMC.ProMCEvent.Muons |
parseFrom(byte[] data) |
static ProMC.ProMCEvent.Muons |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProMC.ProMCEvent.Muons |
parseFrom(com.google.protobuf.ByteString data) |
static ProMC.ProMCEvent.Muons |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProMC.ProMCEvent.Muons |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ProMC.ProMCEvent.Muons |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProMC.ProMCEvent.Muons |
parseFrom(InputStream input) |
static ProMC.ProMCEvent.Muons |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ProMC.ProMCEvent.Muons.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<ProMC.ProMCEvent.Muons> PARSER
public static final int PT_FIELD_NUMBER
public static final int ETA_FIELD_NUMBER
public static final int PHI_FIELD_NUMBER
public static final int CHARGE_FIELD_NUMBER
public static ProMC.ProMCEvent.Muons getDefaultInstance()
public ProMC.ProMCEvent.Muons 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<ProMC.ProMCEvent.Muons> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic List<Long> getPTList()
repeated uint64 PT = 1 [packed = true];
PT
getPTList in interface ProMC.ProMCEvent.MuonsOrBuilderpublic int getPTCount()
repeated uint64 PT = 1 [packed = true];
PT
getPTCount in interface ProMC.ProMCEvent.MuonsOrBuilderpublic long getPT(int index)
repeated uint64 PT = 1 [packed = true];
PT
getPT in interface ProMC.ProMCEvent.MuonsOrBuilderpublic List<Long> getEtaList()
repeated sint64 Eta = 2 [packed = true];
Eta
getEtaList in interface ProMC.ProMCEvent.MuonsOrBuilderpublic int getEtaCount()
repeated sint64 Eta = 2 [packed = true];
Eta
getEtaCount in interface ProMC.ProMCEvent.MuonsOrBuilderpublic long getEta(int index)
repeated sint64 Eta = 2 [packed = true];
Eta
getEta in interface ProMC.ProMCEvent.MuonsOrBuilderpublic List<Long> getPhiList()
repeated sint64 Phi = 3 [packed = true];
Phi
getPhiList in interface ProMC.ProMCEvent.MuonsOrBuilderpublic int getPhiCount()
repeated sint64 Phi = 3 [packed = true];
Phi
getPhiCount in interface ProMC.ProMCEvent.MuonsOrBuilderpublic long getPhi(int index)
repeated sint64 Phi = 3 [packed = true];
Phi
getPhi in interface ProMC.ProMCEvent.MuonsOrBuilderpublic List<Integer> getChargeList()
repeated sint32 Charge = 4 [packed = true];
Charge
getChargeList in interface ProMC.ProMCEvent.MuonsOrBuilderpublic int getChargeCount()
repeated sint32 Charge = 4 [packed = true];
Charge
getChargeCount in interface ProMC.ProMCEvent.MuonsOrBuilderpublic int getCharge(int index)
repeated sint32 Charge = 4 [packed = true];
Charge
getCharge in interface ProMC.ProMCEvent.MuonsOrBuilderpublic 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 ProMC.ProMCEvent.Muons parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ProMC.ProMCEvent.Muons parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ProMC.ProMCEvent.Muons parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ProMC.ProMCEvent.Muons parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ProMC.ProMCEvent.Muons parseFrom(InputStream input) throws IOException
IOExceptionpublic static ProMC.ProMCEvent.Muons parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ProMC.ProMCEvent.Muons parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ProMC.ProMCEvent.Muons parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ProMC.ProMCEvent.Muons parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ProMC.ProMCEvent.Muons parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ProMC.ProMCEvent.Muons.Builder newBuilder()
public ProMC.ProMCEvent.Muons.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static ProMC.ProMCEvent.Muons.Builder newBuilder(ProMC.ProMCEvent.Muons prototype)
public ProMC.ProMCEvent.Muons.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteJas4pp 1.5 © Java Analysis Studio for Particle Physics