Berkeley Nuclear Data Software
|
#include "GenesisEventStructures.h"
#include "NSDPhysicsCalcs.h"
#include <iostream>
#include <sstream>
#include <algorithm>
#include "TH2.h"
Functions | |
bool | scintSorter (const MDPPScintEvent &sc_ev1, const MDPPScintEvent &sc_ev2) |
helpers for sorting data More... | |
bool | sortCol (vector< unsigned int > v1, vector< unsigned int > v2) |
bool | sortColInt (pair< double, int > v1, pair< double, int > v2) |
bool scintSorter | ( | const MDPPScintEvent & | sc_ev1, |
const MDPPScintEvent & | sc_ev2 | ||
) |
helpers for sorting data
bool sortCol | ( | vector< unsigned int > | v1, |
vector< unsigned int > | v2 | ||
) |
bool sortColInt | ( | pair< double, int > | v1, |
pair< double, int > | v2 | ||
) |