public static interface ProMCStatFile.ProMCStatOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
double |
getCrossSectionAccumulated()
optional double cross_section_accumulated = 3; |
double |
getCrossSectionErrorAccumulated()
optional double cross_section_error_accumulated = 4; |
double |
getLuminosityAccumulated()
optional double luminosity_accumulated = 5; |
int |
getNAccepted()
optional int32 nAccepted = 8; |
int |
getNeventsFailed()
optional int32 nevents_failed = 2; |
int |
getNeventsRequested()
optional int32 nevents_requested = 1; |
int |
getNSelected()
optional int32 nSelected = 7; |
int |
getNTried()
optional int32 nTried = 6; |
ProMCStatFile.ProMCStat.ProcessData |
getProcessData(int index)
repeated .promc.ProMCStat.ProcessData processData = 10; |
int |
getProcessDataCount()
repeated .promc.ProMCStat.ProcessData processData = 10; |
List<ProMCStatFile.ProMCStat.ProcessData> |
getProcessDataList()
repeated .promc.ProMCStat.ProcessData processData = 10; |
ProMCStatFile.ProMCStat.ProcessDataOrBuilder |
getProcessDataOrBuilder(int index)
repeated .promc.ProMCStat.ProcessData processData = 10; |
List<? extends ProMCStatFile.ProMCStat.ProcessDataOrBuilder> |
getProcessDataOrBuilderList()
repeated .promc.ProMCStat.ProcessData processData = 10; |
boolean |
hasCrossSectionAccumulated()
optional double cross_section_accumulated = 3; |
boolean |
hasCrossSectionErrorAccumulated()
optional double cross_section_error_accumulated = 4; |
boolean |
hasLuminosityAccumulated()
optional double luminosity_accumulated = 5; |
boolean |
hasNAccepted()
optional int32 nAccepted = 8; |
boolean |
hasNeventsFailed()
optional int32 nevents_failed = 2; |
boolean |
hasNeventsRequested()
optional int32 nevents_requested = 1; |
boolean |
hasNSelected()
optional int32 nSelected = 7; |
boolean |
hasNTried()
optional int32 nTried = 6; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasNeventsRequested()
optional int32 nevents_requested = 1;
events requested
int getNeventsRequested()
optional int32 nevents_requested = 1;
events requested
boolean hasNeventsFailed()
optional int32 nevents_failed = 2;
events failed
int getNeventsFailed()
optional int32 nevents_failed = 2;
events failed
boolean hasCrossSectionAccumulated()
optional double cross_section_accumulated = 3;
cross section in pb (accumulated after all events)
double getCrossSectionAccumulated()
optional double cross_section_accumulated = 3;
cross section in pb (accumulated after all events)
boolean hasCrossSectionErrorAccumulated()
optional double cross_section_error_accumulated = 4;
error associated with this cross section in pb
double getCrossSectionErrorAccumulated()
optional double cross_section_error_accumulated = 4;
error associated with this cross section in pb
boolean hasLuminosityAccumulated()
optional double luminosity_accumulated = 5;
accumulated luminosity in pb
double getLuminosityAccumulated()
optional double luminosity_accumulated = 5;
accumulated luminosity in pb
boolean hasNTried()
optional int32 nTried = 6;
tried events
int getNTried()
optional int32 nTried = 6;
tried events
boolean hasNSelected()
optional int32 nSelected = 7;
selected events
int getNSelected()
optional int32 nSelected = 7;
selected events
boolean hasNAccepted()
optional int32 nAccepted = 8;
accepted events
int getNAccepted()
optional int32 nAccepted = 8;
accepted events
List<ProMCStatFile.ProMCStat.ProcessData> getProcessDataList()
repeated .promc.ProMCStat.ProcessData processData = 10;
ProMCStatFile.ProMCStat.ProcessData getProcessData(int index)
repeated .promc.ProMCStat.ProcessData processData = 10;
int getProcessDataCount()
repeated .promc.ProMCStat.ProcessData processData = 10;
List<? extends ProMCStatFile.ProMCStat.ProcessDataOrBuilder> getProcessDataOrBuilderList()
repeated .promc.ProMCStat.ProcessData processData = 10;
ProMCStatFile.ProMCStat.ProcessDataOrBuilder getProcessDataOrBuilder(int index)
repeated .promc.ProMCStat.ProcessData processData = 10;
Jas4pp 1.5 © Java Analysis Studio for Particle Physics