public static interface ProMC.ProMCEvent.EventOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
float |
getAlphaQCD()
optional float Alpha_QCD = 13; |
float |
getAlphaQED()
optional float Alpha_QED = 11; |
float |
getFdata(int index)
repeated float fdata = 17; |
int |
getFdataCount()
repeated float fdata = 17; |
List<Float> |
getFdataList()
repeated float fdata = 17; |
int |
getID1()
optional int32 ID1 = 4; |
int |
getID2()
optional int32 ID2 = 5; |
long |
getIdata(int index)
repeated sint64 idata = 18; |
int |
getIdataCount()
repeated sint64 idata = 18; |
List<Long> |
getIdataList()
repeated sint64 idata = 18; |
int |
getMPI()
optional int32 MPI = 3; |
int |
getNumber()
optional int32 Number = 1; |
float |
getPDF1()
optional float PDF1 = 6; |
float |
getPDF2()
optional float PDF2 = 7; |
int |
getProcessID()
optional int32 Process_ID = 2; |
float |
getQ2()
optional float Q2 = 16; |
float |
getScale()
optional float Scale = 12; |
float |
getScalePDF()
optional float Scale_PDF = 10; |
double |
getWeight()
optional double Weight = 14; |
float |
getX()
optional float X = 15; |
float |
getX1()
optional float X1 = 8; |
float |
getX2()
optional float X2 = 9; |
boolean |
hasAlphaQCD()
optional float Alpha_QCD = 13; |
boolean |
hasAlphaQED()
optional float Alpha_QED = 11; |
boolean |
hasID1()
optional int32 ID1 = 4; |
boolean |
hasID2()
optional int32 ID2 = 5; |
boolean |
hasMPI()
optional int32 MPI = 3; |
boolean |
hasNumber()
optional int32 Number = 1; |
boolean |
hasPDF1()
optional float PDF1 = 6; |
boolean |
hasPDF2()
optional float PDF2 = 7; |
boolean |
hasProcessID()
optional int32 Process_ID = 2; |
boolean |
hasQ2()
optional float Q2 = 16; |
boolean |
hasScale()
optional float Scale = 12; |
boolean |
hasScalePDF()
optional float Scale_PDF = 10; |
boolean |
hasWeight()
optional double Weight = 14; |
boolean |
hasX()
optional float X = 15; |
boolean |
hasX1()
optional float X1 = 8; |
boolean |
hasX2()
optional float X2 = 9; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasNumber()
optional int32 Number = 1;
Number
int getNumber()
optional int32 Number = 1;
Number
boolean hasProcessID()
optional int32 Process_ID = 2;
ID unique signal process id
int getProcessID()
optional int32 Process_ID = 2;
ID unique signal process id
boolean hasMPI()
optional int32 MPI = 3;
MPI number of multi parton interactions
int getMPI()
optional int32 MPI = 3;
MPI number of multi parton interactions
boolean hasID1()
optional int32 ID1 = 4;
ID1 flavour code of first parton
int getID1()
optional int32 ID1 = 4;
ID1 flavour code of first parton
boolean hasID2()
optional int32 ID2 = 5;
ID2 flavour code of second parton
int getID2()
optional int32 ID2 = 5;
ID2 flavour code of second parton
boolean hasPDF1()
optional float PDF1 = 6;
PDF1 PDF (id1, x1, Q)
float getPDF1()
optional float PDF1 = 6;
PDF1 PDF (id1, x1, Q)
boolean hasPDF2()
optional float PDF2 = 7;
PDF2 PDF (id2, x2, Q)
float getPDF2()
optional float PDF2 = 7;
PDF2 PDF (id2, x2, Q)
boolean hasX1()
optional float X1 = 8;
X1 fraction of beam momentum carried by first parton ("beam side")
float getX1()
optional float X1 = 8;
X1 fraction of beam momentum carried by first parton ("beam side")
boolean hasX2()
optional float X2 = 9;
X2 fraction of beam momentum carried by second parton ("target side")
float getX2()
optional float X2 = 9;
X2 fraction of beam momentum carried by second parton ("target side")
boolean hasScalePDF()
optional float Scale_PDF = 10;
Scale PDF Q-scale used in evaluation of PDF's (in GeV) |
float getScalePDF()
optional float Scale_PDF = 10;
Scale PDF Q-scale used in evaluation of PDF's (in GeV) |
boolean hasAlphaQED()
optional float Alpha_QED = 11;
AlphaQED QED coupling, see hep-ph/0109068
float getAlphaQED()
optional float Alpha_QED = 11;
AlphaQED QED coupling, see hep-ph/0109068
boolean hasScale()
optional float Scale = 12;
Scale energy scale, see hep-ph/0109068
float getScale()
optional float Scale = 12;
Scale energy scale, see hep-ph/0109068
boolean hasAlphaQCD()
optional float Alpha_QCD = 13;
QCD coupling, see hep-ph/0109068
float getAlphaQCD()
optional float Alpha_QCD = 13;
QCD coupling, see hep-ph/0109068
boolean hasWeight()
optional double Weight = 14;
event weight
double getWeight()
optional double Weight = 14;
event weight
boolean hasX()
optional float X = 15;
bjorken x_bj for DIS
float getX()
optional float X = 15;
bjorken x_bj for DIS
boolean hasQ2()
optional float Q2 = 16;
Q2 for DIS
float getQ2()
optional float Q2 = 16;
Q2 for DIS
List<Float> getFdataList()
repeated float fdata = 17;
event info as you want (array, float)
int getFdataCount()
repeated float fdata = 17;
event info as you want (array, float)
float getFdata(int index)
repeated float fdata = 17;
event info as you want (array, float)
List<Long> getIdataList()
repeated sint64 idata = 18;
event info as you want (array, varint)
int getIdataCount()
repeated sint64 idata = 18;
event info as you want (array, varint)
long getIdata(int index)
repeated sint64 idata = 18;
event info as you want (array, varint)
Jas4pp 1.5 © Java Analysis Studio for Particle Physics