all the meta-data fields that we may try to read from AMI. More...
#include <MetaDataSample.h>
Public Member Functions | |
MetaDataSample (const std::string &val_name="") | |
standard constructor | |
ClassDef (MetaDataSample, 1) | |
Public Attributes | |
std::string | name |
the name of the sample/dataset | |
std::string | source |
the database we queried this information from or the empty string if we didn't yet query | |
std::string | warning |
any warning messages from the database query | |
bool | unknown |
a flag that is set if the sample is unknown | |
int | isData |
1 for data, 0 for MC, or -1 if this is not known. | |
int | running |
1 for samples that are still running, 0 for finished samples, or -1 if this is not known. | |
float | luminosity |
the luminosity of the sample or -1 if the luminosity is unknown | |
float | crossSection |
the cross section of the sample or -1 if the cross section is unknown | |
Long64_t | nevents |
the number of events for the sample or -1 if the number of events is unknown | |
float | kfactor |
the k-factor for the sample or -1 if the k-factor is not known | |
float | filterEfficiency |
the filter efficiency or -1 if the filter efficiency is not known |
all the meta-data fields that we may try to read from AMI.
SH::MetaDataSample::MetaDataSample | ( | const std::string & | val_name = "" |
) |
standard constructor