Public Member Functions | |
void | SetCoincidences (const std::list< QCoincidence > &coincidences) |
const std::list< QCoincidence > & | GetCoincidences () const |
get the list of coincidences | |
TEventList * | GetEventList () |
int | ProjectEventBased (std::string arg, TEventList *evList=0) |
void | ProjectCoBased (std::string arg) |
double * | GetV1 () |
double * | GetV2 () |
int | GetNEvents () |
int | GetNCoincidences () |
Protected Member Functions | |
void | RegenerateEventList () |
void | CreateArrays () |
std::vector< std::string > | ScanArg (std::string arg, int &narg) |
Protected Attributes | |
std::list< QCoincidence > | fCoincidences |
QCoSelector | fSelector |
TEventList * | fEventList |
bool | fRegenerateEventList |
int | fNEvents |
int | fNCoincidences |
double * | fV1 |
double * | fV2 |