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;
Long64_t GetDet()
Get Detector Number for single detector readers.
int main(int argc, char **argv)
A class store HARPO row FEMINOS event data and header. End provide access metods to the row data...
unpacked dcc data The class contains the data map for DCC or Feminos The data is stored as a 2D TMatr...
Bool_t Find(Long_t eventNo)
Bool_t isError()
EOF reached.
void SetDet(Long_t plane)
Long64_t GetNEvent()
Get Event number with we looking for.
void print() const
Read config file in libconfig format.
A class which read HARPO dcc file from one FEMINOS and creant Dcc Events and Dcc Headers for FEMINOS ...
Bool_t Init()
Init method : Open in/out files and check run header signature.
HarpoFeminosEvent * GetEvent()
static hReaderType gHReaderType
Reader Type.
HarpoFeminosHeader * GetDetHeader()
A class which keeps track of the entire configuration of the analysis.