#include <vector>
#include <set>
#include <map>
#include <fnmatch.h>
#include "BLAssert.hh"
#include "BLNTuple.hh"
#include "BLCommand.hh"
#include "BLManager.hh"
#include "BLRunManager.hh"
Classes | |
class | BLCMDntuple |
class BLCMDntuple - implements an ntuple. More... | |
Typedefs | |
typedef unsigned long long | Bitmask |
Variables | |
const Bitmask | Bit = 1 |
const int | MAX_DETECTORS = sizeof(Bitmask)*8 |
BLCMDntuple | defaultNtuple |
typedef unsigned long long Bitmask |
Referenced by BLCMDntuple::setupFirstEvent().
const int MAX_DETECTORS = sizeof(Bitmask)*8 |