HARPO  5.1.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Data Structures | Enumerations
HarpoEventHeader.h File Reference
#include <bitset>
#include <cstring>
#include "TObject.h"
#include "HarpoDetSet.h"

Go to the source code of this file.

Data Structures

class  HarpoEventHeader
 FullEvent Header not scecific to the detectors The class is .... More...
 

Enumerations

enum  hAnaRC {
  hAnaAbort = -5, hAnaStop = -4, hAnaNextFile = -3, hAnaNextEvent = -2,
  hAnaEventWrt = -1, hAnaOK = 0
}
 

Enumeration Type Documentation

enum hAnaRC
Enumerator
hAnaAbort 
hAnaStop 

Abort program without saving the output or < -5.

hAnaNextFile 

Stop Event Loop.

hAnaNextEvent 

Close current input file continue with next file.

hAnaEventWrt 

stop event analysis, without writig

hAnaOK 

stop event analysis, but write event

Definition at line 18 of file HarpoEventHeader.h.