Public Member Functions | |
void | SetCoincidences (const std::list< QCoincidence > &coincidences, std::string basename="tree") |
const std::list< QCoincidence > & | GetCoincidences () const |
get the list of coincidences | |
int | ProjectEventBased (std::string arg, TEventList *evList=0) |
void | ProjectCoBased (std::string arg) |
double * | GetV1 () |
double * | GetV2 () |
int | GetNEvents () |
int | GetNCoincidences () |
void | DumpCoincidenceList (const char *fileName) |
TNtupleD * | GetEventBasedCoin () |
TNtupleD * | GetCoBasedCoin () |
Protected Member Functions | |
void | CreateArrays () |
std::vector< std::string > | ScanArg (std::string arg, int &narg) |
Protected Attributes | |
std::list< QCoincidence > | fCoincidences |
TNtupleD * | fEventBasedCoin |
TNtupleD * | fCoBasedCoin |
QCoSelector | fSelector |
bool | fRegenerateEventList |
int | fNEvents |
int | fNCoincidences |
double * | fV1 |
double * | fV2 |