Berkeley Nuclear Data Software
|
#include <COMPASSFileManagement.h>
Public Member Functions | |
std::vector< int > | getCoinChannels () |
bool | hasChannel (int a_Ch) |
compassEvStrct | getCh (int a_ch) |
std::vector< compassEvStrct > | getCoins () |
size_t | getMultiplicity () |
void | addEvent (compassEvStrct a_ev) |
double | getAverageT () |
int | getN () |
std::ostream & | print (std::ostream &a_stream=std::cout) |
this class is meant to hold multiple coincident events from the compass aqquisition softare as well as algorithm for getting information about them
void compassCoin::addEvent | ( | compassEvStrct | a_ev | ) |
double compassCoin::getAverageT | ( | ) |
compassEvStrct compassCoin::getCh | ( | int | a_ch | ) |
std::vector< int > compassCoin::getCoinChannels | ( | ) |
std::vector< compassEvStrct > compassCoin::getCoins | ( | ) |
size_t compassCoin::getMultiplicity | ( | ) |
int compassCoin::getN | ( | ) |
bool compassCoin::hasChannel | ( | int | a_Ch | ) |
std::ostream & compassCoin::print | ( | std::ostream & | a_stream = std::cout | ) |