#include "TString.h"
#include "TFile.h"
#include "Pmm2Event.h"
#include "HarpoDetAnalyse.h"
#include "HarpoDetReader.h"
#include "Pmm2Header.h"
#include "HarpoConfig.h"
Go to the source code of this file.
Data Structures | |
class | Pmm2Reader |
A class which read HARPO raw file from PMM2 and create Raw Events objects. More... | |
Macros | |
#define | N_MES_IN_BLOCK 212 |
PMM2 readout block size. More... | |
#define | N_WORD_IN_BLOCK 371 |
n word := n mes * sizeof(OneChannelData) / sizeof(int) More... | |
#define N_MES_IN_BLOCK 212 |
PMM2 readout block size.
Definition at line 24 of file Pmm2Reader.h.
#define N_WORD_IN_BLOCK 371 |
n word := n mes * sizeof(OneChannelData) / sizeof(int)
Definition at line 26 of file Pmm2Reader.h.