ROOTANA
Data Structures | Macros | Typedefs | Functions
manalyzer_v0.h File Reference
#include <string>
#include <vector>
#include "rootana_config.h"
#include "midasio.h"
#include "VirtualOdb.h"
#include "TFile.h"
#include "TDirectory.h"
#include "TApplication.h"
Include dependency graph for manalyzer_v0.h:

Go to the source code of this file.

Data Structures

class  TARunInfo
 
class  TAFlowEvent
 
class  TARunInterface
 
class  TAModuleInterface
 
class  TARegisterModule
 
class  TARootHelper
 

Macros

#define TAFlag_OK   0
 
#define TAFlag_SKIP   (1<<0)
 
#define TAFlag_QUIT   (1<<1)
 
#define TAFlag_WRITE   (1<<2)
 
#define TAFlag_DISPLAY   (1<<3)
 

Typedefs

typedef int TAFlags
 

Functions

int manalyzer_main (int argc, char *argv[])
 

Macro Definition Documentation

◆ TAFlag_DISPLAY

#define TAFlag_DISPLAY   (1<<3)

Definition at line 61 of file manalyzer_v0.h.

◆ TAFlag_OK

#define TAFlag_OK   0

Definition at line 57 of file manalyzer_v0.h.

◆ TAFlag_QUIT

#define TAFlag_QUIT   (1<<1)

Definition at line 59 of file manalyzer_v0.h.

◆ TAFlag_SKIP

#define TAFlag_SKIP   (1<<0)

Definition at line 58 of file manalyzer_v0.h.

◆ TAFlag_WRITE

#define TAFlag_WRITE   (1<<2)

Definition at line 60 of file manalyzer_v0.h.

Typedef Documentation

◆ TAFlags

typedef int TAFlags

Definition at line 55 of file manalyzer_v0.h.

Function Documentation

◆ manalyzer_main()

int manalyzer_main ( int  argc,
char *  argv[] 
)

Definition at line 2614 of file manalyzer.cxx.

Here is the call graph for this function: