AlcapDAQ
1
|
#include <stdio.h>
#include <stdlib.h>
#include <string>
#include <map>
#include <utility>
#include "midas.h"
#include <TH1.h>
#include <TH2.h>
#include "TGlobalData.h"
Go to the source code of this file.
Functions | |
INT | DummyHisto_init (void) |
INT | DummyHisto (EVENT_HEADER *, void *) |
Variables | |
HNDLE | hDB |
TGlobalData * | gData |
static TH1 * | hDummyHisto |
ANA_MODULE | DummyHisto_module |
INT DummyHisto | ( | EVENT_HEADER * | pheader, |
void * | pevent | ||
) |
INT DummyHisto_init | ( | ) |
This method initializes histograms.
Definition at line 59 of file DummyHisto.cpp.
References hDummyHisto, and SUCCESS.
ANA_MODULE DummyHisto_module |
Definition at line 43 of file DummyHisto.cpp.
TGlobalData* gData |
Definition at line 54 of file analyzer.cpp.
HNDLE hDB |
Definition at line 11 of file mucap_compress.cpp.
|
static |
Definition at line 41 of file DummyHisto.cpp.
Referenced by DummyHisto_init().