AliPhysics  3bba2fe (3bba2fe)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
AliFMDEventInspector.cxx File Reference
#include "AliFMDEventInspector.h"
#include "AliProdInfo.h"
#include "AliLog.h"
#include "AliESDEvent.h"
#include "AliMultiplicity.h"
#include "AliAnalysisManager.h"
#include "AliMCEventHandler.h"
#include "AliInputEventHandler.h"
#include "AliTriggerAnalysis.h"
#include "AliPhysicsSelection.h"
#include "AliOADBPhysicsSelection.h"
#include "AliAODForwardMult.h"
#include "AliForwardUtil.h"
#include "AliCentrality.h"
#include "AliVVZERO.h"
#include <TH1.h>
#include <TList.h>
#include <TDirectory.h>
#include <TROOT.h>
#include <TParameter.h>
#include <TMatrixDSym.h>
#include <TPRegexp.h>
#include <iostream>
#include <iomanip>
#include "AliMCEvent.h"
#include "AliHeader.h"
#include "AliGenEventHeader.h"
#include "AliCollisionGeometry.h"
Include dependency graph for AliFMDEventInspector.cxx:

Go to the source code of this file.

Macros

#define PF(N, V,...)   AliForwardUtil::PrintField(N,V, ## __VA_ARGS__)
 
#define PFB(N, FLAG)
 
#define PFV(N, VALUE)
 

Macro Definition Documentation

#define PF (   N,
  V,
  ... 
)    AliForwardUtil::PrintField(N,V, ## __VA_ARGS__)

Definition at line 1586 of file AliFMDEventInspector.cxx.

Referenced by AliFMDEventInspector::Print().

#define PFB (   N,
  FLAG 
)
Value:
do { \
std::cout << std::boolalpha << (FLAG) << std::noboolalpha << std::endl; \
} while(false)
static void PrintName(const char *name)

Definition at line 1588 of file AliFMDEventInspector.cxx.

Referenced by AliFMDEventInspector::Print().

#define PFV (   N,
  VALUE 
)
Value:
do { \
std::cout << (VALUE) << std::endl; } while(false)
static void PrintName(const char *name)

Definition at line 1593 of file AliFMDEventInspector.cxx.

Referenced by AliFMDEventInspector::Print().