Public Member Functions | |
std::list< std::string > | GetVariables () |
std::string & | GetIndexVar () |
double | Select (std::string expression, const QCoincidence &coin) |
int | GetVariables (std::string &expression, const QCoincidence &coin) |
void | Select (double *var, const QCoincidence &coin) |
Protected Attributes | |
std::map< std::string, CoVarType > | fVariables |
std::string | fIndexVar |
Private Types | |
enum | CoVarType { CoEnergy = 0, Mult, InitialTime, DeltaTimeNs, EnergyInd, TimeInd, DeltaTimeNsInd, ChannelInd } |