AliPhysics  008a5da (008a5da)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
AliFMDEventPlaneFinder.cxx File Reference
#include "AliFMDEventPlaneFinder.h"
#include <TList.h>
#include <TMath.h>
#include "AliLog.h"
#include <TH2D.h>
#include <TH3D.h>
#include "TROOT.h"
#include <iostream>
#include <iomanip>
#include <TString.h>
#include <TFile.h>
#include "AliOADBContainer.h"
#include "AliAnalysisManager.h"
#include "AliVEvent.h"
#include "AliEventplane.h"
#include "AliCentrality.h"
#include "AliAODForwardEP.h"
#include "AliAODForwardMult.h"
#include "AliAODEvent.h"
Include dependency graph for AliFMDEventPlaneFinder.cxx:

Go to the source code of this file.

Macros

#define PFV(N, VALUE)
 
#define PFB(N, FLAG)
 

Functions

 ClassImp (AliFMDEventPlaneFinder) AliFMDEventPlaneFinder
 

Macro Definition Documentation

#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 550 of file AliFMDEventPlaneFinder.cxx.

Referenced by AliFMDEventPlaneFinder::Print().

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

Definition at line 546 of file AliFMDEventPlaneFinder.cxx.

Referenced by AliFMDEventPlaneFinder::Print().

Function Documentation

ClassImp ( AliFMDEventPlaneFinder  )

Definition at line 24 of file AliFMDEventPlaneFinder.cxx.