13 int main(
int argc,
char **argv)
31 printf (
"Int ERROR exiting ...\n");
44 std::cout <<
"No Data Map for this event " << std::endl;
49 std::cout <<
"Event " << cfg->
GetNEvent() <<
" no found." << std::endl;
52 std::cout <<
" Done after event " << rdr->
GetReadEvts()
53 <<
" ( EOF ) : " << rdr->
isDone()
54 <<
" Err " << rdr->
isError() << std::endl;
int main(int argc, char **argv)
A class which read HARPO dcc file from one DCC and creant Dcc Events and Dcc Headers for DCC Events o...
Bool_t Init()
Init method : Open in/out files and check run header signature.
Long64_t GetDet()
Get Detector Number for single detector readers.
HarpoDccHeader * GetDetHeader()
Bool_t isError()
EOF reached.
unpacked dcc data The class contains the data map for DCC or Feminos The data is stored as a 2D TMatr...
void SetDet(Long_t plane)
Long64_t GetNEvent()
Get Event number with we looking for.
HarpoDccEvent * GetEvent()
void print() const
Read config file in libconfig format.
Bool_t Find(Long_t eventNo)
Init method : Open in/out files and check run header signature.
static hReaderType gHReaderType
Reader Type.
A class which keeps track of the entire configuration of the analysis.
A class store HARPO EVENT : header and row data. Its provide also the methods for access to this data...