AlcapDAQ
1
|
#include <stdio.h>
#include <stdlib.h>
#include <string>
#include <TH1I.h>
#include "TGlobalData.h"
#include "TSetupData.h"
Go to the source code of this file.
Functions | |
INT | MPileUpPerBlock_init (void) |
INT | MPileUpPerBlock (EVENT_HEADER *, void *) |
Variables | |
HNDLE | hDB |
TGlobalData * | gData |
TSetupData * | gSetup |
static TH1I * | hPileUpPerBlock |
static const double | pileup_tw = 10000. |
ANA_MODULE | MPileUpPerBlock_module |
INT MPileUpPerBlock | ( | EVENT_HEADER * | pheader, |
void * | pevent | ||
) |
Definition at line 67 of file MPileUpPerBlock.cpp.
References TSetupData::fBankToDetectorMap, TGlobalData::fPulseIslandToChannelMap, hPileUpPerBlock, pileup_tw, and SUCCESS.
INT MPileUpPerBlock_init | ( | ) |
This method initializes histograms.
Definition at line 59 of file MPileUpPerBlock.cpp.
References hPileUpPerBlock, and SUCCESS.
TGlobalData* gData |
Definition at line 54 of file analyzer.cpp.
TSetupData* gSetup |
Definition at line 55 of file analyzer.cpp.
HNDLE hDB |
Definition at line 11 of file mucap_compress.cpp.
|
static |
Definition at line 37 of file MPileUpPerBlock.cpp.
Referenced by MPileUpPerBlock(), and MPileUpPerBlock_init().
ANA_MODULE MPileUpPerBlock_module |
Definition at line 43 of file MPileUpPerBlock.cpp.
|
static |
Definition at line 40 of file MPileUpPerBlock.cpp.
Referenced by MPileUpPerBlock().